Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r497e910ca4972a1a993cb0ae1edf30d225283b34 -r88f28230d288947ba84840b967e95b32e3deffaa --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 497e910ca4972a1a993cb0ae1edf30d225283b34) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 88f28230d288947ba84840b967e95b32e3deffaa) @@ -24,6 +24,7 @@ #include "MsgQueues.h" #include "ROPump.h" #include "Thermistors.h" +#include "UVReactors.h" /** * @defgroup SystemCommMessages SystemCommMessages @@ -121,6 +122,10 @@ // MSG_ID_DG_START_STOP_TRIMMER_HEATER_CMD void handleStartStopTrimmerHeaterCmd( MESSAGE_T *message ); + +// MSG_ID_DG_UV_REACTORS_DATA +BOOL broadcastUVReactorsData( UV_REACTORS_DATA_T *uvReactorsData ); + // *********** public test support message functions ********** #ifdef DEBUG_ENABLED @@ -207,9 +212,18 @@ // MSG_ID_DG_ACCEL_SET_CALIBRATION: void handleSetAccelCalibration( MESSAGE_T *message ); +// MSG_ID_DG_START_STOP_INLET_UV_REACTOR +void handleStartStopUVReactors( MESSAGE_T *message ); + +//MSG_ID_UV_REACTORS_DATA_PUBLISH_INTERVAL_OVERRIDE +void handleTestUVReactorsDataPublishIntervalOverride( MESSAGE_T *message ); + // MSG_ID_DG_SOFTWARE_RESET_REQUEST void handleDGSoftwareResetRequest( MESSAGE_T *message); +// MSG_ID_DG_UV_REACTORS_HEALTH_OVERRIDE +void handleTestUVReactorsHealthOverride( MESSAGE_T *message ); + // MSG_ID_DG_CONCENTRATE_PUMP_MEASURED_SPEED_OVERRIDE void handleConcentratePumpMeasuredSpeedOverride( MESSAGE_T *message );