Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rd4a77f3ce8f62c8911b1f4f3a673be6de802f50b -r255e10103b009abce4489ebe0adda8d45137e2f1 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision d4a77f3ce8f62c8911b1f4f3a673be6de802f50b) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 255e10103b009abce4489ebe0adda8d45137e2f1) @@ -207,11 +207,11 @@ // MSG_ID_DG_START_STOP_NOCTURNAL_HEAT_DISINFECT void handleStartStopDGPassiveCoolHeatDisifnect( MESSAGE_T* message ); -// MSG_ID_DG_MAX_RO_REJ_RATIO_FROM_HD_INSTIT_RECORD_REQUEST -void sendMaxRORejectionRatioRequestToHD( void ); +// MSG_ID_DG_INSTIT_VALUES_FROM_HD_INSTIT_RECORD_REQUEST +void sendDGInstitutionalValuesRequestToHD( void ); -// MSG_ID_HD_MAX_RO_REJ_RATIO_FROM_HD_INSTIT_RECORD_RESPONSE -void handleMaxRORejectionResponseFromHDInstitRecord( MESSAGE_T* message ); +// MSG_ID_DG_INSTIT_VALUES_FROM_HD_INSTIT_RECORD_RESPONSE +void handleDGInstitutionalValuesResponseFromHDInstitRecord( MESSAGE_T* message ); // *********** public test support message functions ********** @@ -560,6 +560,9 @@ // MSG_ID_DG_RUN_MODE_FILL_FOR_CAL_CHECK void handleTestRunModeFillForCalibrationCheck( MESSAGE_T* message ); +// MSG_ID_DG_MODE_FILL_ENABLE_CHEMS_TEST +void handleTestEnableModeFillChemsTest( MESSAGE_T* message ); + /**@}*/ #endif