CallJam() as public member

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

Binary file not shown.

@ -167,7 +167,10 @@ public:
// Operations
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
int GetState();
@ -349,9 +352,6 @@ protected:
// call this function to return the no material status of module
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
void ClearJamOccuredBeforeFlag();

Binary file not shown.
Loading…
Cancel
Save