| | |
| | | #include "ProcessJob.h" |
| | | |
| | | |
| | | #define SVID_CJobSpace 5001 |
| | | #define SVID_ControlState 600 |
| | | #define SVID_CJobSpace 5001 |
| | | #define SVID_PJobSpace 5002 |
| | | #define SVID_PJobQueued 5003 |
| | | |
| | |
| | | |
| | | // Are You There |
| | | int hsmsAreYouThere(); |
| | | |
| | | // ControlState: Request Online/Offline (S1F17 / S1F15) |
| | | int hsmsRequestOnline(); |
| | | int hsmsRequestOffline(); |
| | | |
| | | // ControlState: GoLocal/GoRemote (S2F41) |
| | | int hsmsGoLocal(); |
| | | int hsmsGoRemote(); |
| | | |
| | | // Date time sync |
| | | int hsmsDatetimeSync(); |
| | |
| | | int hsmsProceedWithCarrier(unsigned int DATAID, |
| | | const char* pszCarrierId, |
| | | unsigned char PTN); |
| | | int CHsmsActive::hsmsCarrierRelease(unsigned int DATAID, |
| | | int hsmsProceedWithSlotMap(unsigned int DATAID, |
| | | const char* pszCarrierId, |
| | | unsigned char PTN, |
| | | const char* pszLotId, |
| | | const std::vector<std::string>& panelIds, |
| | | const std::vector<unsigned char>& slotMap); |
| | | int hsmsCarrierRelease(unsigned int DATAID, |
| | | const char* pszCarrierId, |
| | | unsigned char PTN); |
| | | |