Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r608780a6e5449b5a9710ac07299ec028117c9f4d -radb32ef196a2c56d54225caa47f6d50e811cfc68 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 608780a6e5449b5a9710ac07299ec028117c9f4d) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision adb32ef196a2c56d54225caa47f6d50e811cfc68) @@ -136,8 +136,11 @@ // MSG_ID_DG_SEND_SERVICE_RECORD BOOL sendDGServiceRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* srvcRcrdAddress ); +#if 0 +// For Phase 1B // MSG_ID_DG_SEND_SCHEDULED_RUNS_RECORD BOOL sendDGScheduledRunsRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* scheduledRcrdAddress ); +#endif // MSG_ID_DG_POST_SINGLE_TEST_RESULT BOOL sendPOSTTestResult( DG_POST_STATE_T test, BOOL passed ); @@ -151,8 +154,11 @@ // MSG_ID_DG_SEND_USAGE_INFO_RECORD BOOL sendDGUsageInfoRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* usageInfoAddress ); +#if 0 +// For Phase 1B // MSG_ID_DG_SCHEDULED_RUNS_INFO void handleDGScheduledRunsRequest( MESSAGE_T *message ); +#endif // MSG_ID_HD_OP_MODE BOOL handleSetHDOperationMode( MESSAGE_T *message ); @@ -346,11 +352,14 @@ // MSG_ID_DG_SET_SERVICE_RECORD void handleSetDGServiceRecord( MESSAGE_T *message ); +#if 0 +// For phase 1B // MSG_ID_DG_GET_SCHEDULED_RUNS_RECORD void handleGetDGScheduledRunsRecord( MESSAGE_T *message ); // MSG_ID_DG_SET_SCHEDULED_RUNS_RECORD void handleSetDGScheduledRunsRecord( MESSAGE_T *message ); +#endif // MSG_ID_DG_START_STOP_CHEM_DSINFECT BOOL handleStartStopDGChemicalDisinfect( MESSAGE_T *message );