CallJam() as public member

main
Yik Teng Hie 2 years ago
parent 7c973d7a68
commit 3b95405cdd

Binary file not shown.

@ -168,6 +168,9 @@ public:
// Operations // Operations
void Jam(int nJamID, bool bCount = true); // default count in jam void Jam(int nJamID, bool bCount = true); // default count in jam
// if repeat jam only display jam, else new jam display and count this jam
void CallJam(int iJamNo);
// Run state // Run state
int GetState(); int GetState();
@ -349,9 +352,6 @@ protected:
// call this function to return the no material status of module // call this function to return the no material status of module
bool GetNoMaterialStatus(int iModuleNo); bool GetNoMaterialStatus(int iModuleNo);
// if repeat jam only display jam, else new jam display and count this jam
void CallJam(int iJamNo);
// clear jam occured before flag // clear jam occured before flag
void ClearJamOccuredBeforeFlag(); void ClearJamOccuredBeforeFlag();

Binary file not shown.
Loading…
Cancel
Save