Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r2e21405574597474db0ebae86cdd7fa2d517f71c -rf192234d80556802fa42e62f8c1b20d1474f82f1 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2e21405574597474db0ebae86cdd7fa2d517f71c) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision f192234d80556802fa42e62f8c1b20d1474f82f1) @@ -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 ); @@ -337,11 +343,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 );