| | |
| | | unsigned TimeoutCheckWorkingProc(); |
| | | int syncing(); |
| | | void syncFailed(); |
| | | int decodeRecipeListReport(const char* pszData, size_t size); |
| | | short decodeRecipeListReport(const char* pszData, size_t size); |
| | | short decodeRecipeParameterReport(const char* pszData, size_t size); |
| | | CRecipeList* getRecipeListFromTemp(int unitNo); |
| | | |
| | | public: |
| | |
| | | CRITICAL_SECTION m_cs; // 同步锁 |
| | | int m_nSyncStatus; |
| | | int m_nTotalMasterRecipeCount; |
| | | int m_nTotalParameterCount; |
| | | std::map<int, CRecipeList*> m_mapRecipes; |
| | | std::map<int, CRecipeList*> m_mapRecipesTemp; |
| | | }; |