|
|
|
@ -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();
|
|
|
|
|
|
|
|
|
|
|
|
|