Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rda0deea71ed5770d98a00943369b9c17321e139f -ra888f0f268896151a649da228f5a5119bbe2aa33 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision da0deea71ed5770d98a00943369b9c17321e139f) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision a888f0f268896151a649da228f5a5119bbe2aa33) @@ -201,6 +201,12 @@ // MSG_ID_DG_START_STOP_NOCTURNAL_HEAT_DISINFECT void handleStartStopDGPassiveCoolHeatDisifnect( MESSAGE_T* message ); +// MSG_ID_DG_INSTIT_VALUES_FROM_HD_INSTIT_RECORD_REQUEST +void sendDGInstitutionalValuesRequestToHD( void ); + +// MSG_ID_DG_INSTIT_VALUES_FROM_HD_INSTIT_RECORD_RESPONSE +void handleDGInstitutionalValuesResponseFromHDInstitRecord( MESSAGE_T* message ); + // *********** public test support message functions ********** // MSG_TESTER_LOG_IN @@ -400,12 +406,6 @@ // MSG_ID_DG_SET_FANS_RPM_ALARM_START_TIME_OFFSET void handleTestFansRPMAlarmStartTimeOffsetRequest( MESSAGE_T *message ); -// MSG_ID_DG_USED_ACID_VOLUME_ML_OVERRIDE -void handleTestUsedAcidVolumeMLOverrideRequest(MESSAGE_T *message); - -// MSG_ID_DG_USED_BICARB_VOLUME_ML_OVERRIDE -void handleTestUsedBicarbVolumeMLOverrideRequest(MESSAGE_T *message); - // MSG_ID_DG_FANS_DUTY_CYCLE_OVERRIDE void handleSetFansDutyCycleOverrideRequest( MESSAGE_T *message ); @@ -542,6 +542,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