Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r88f28230d288947ba84840b967e95b32e3deffaa -r00b32a5dad2e136d31cfaf0de16f7767b9920fec --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 88f28230d288947ba84840b967e95b32e3deffaa) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 00b32a5dad2e136d31cfaf0de16f7767b9920fec) @@ -805,9 +805,7 @@ * The broadcastConductivityData function sends out conductivity data. * @details Inputs: none * @details Outputs: conductivity data message constructed and queued - * @param roRejectionRatio RO rejection ratio - * @param cpi water inlet conductivity data - * @param cpo water outlet conductivity data + * @param conductivityDataPtr which is the data msg constructed and queued * @return TRUE if msg successfully queued for transmit, FALSE if not *************************************************************************/ BOOL broadcastConductivityData( void * conductivityDataPtr ) @@ -833,7 +831,7 @@ * The broadcastUVReactorsData function sends out the UV reactors data. * @details Inputs: none * @details Outputs: UV reactors data msg constructed and queued - * @param UV reactors msg constructed and queued + * @param uvReactorsData which is UV reactors msg constructed and queued * @return TRUE if msg successfully queued for transmit, FALSE if not *************************************************************************/ BOOL broadcastUVReactorsData( UV_REACTORS_DATA_T *uvReactorsData ) @@ -1088,10 +1086,6 @@ * TEST SUPPORT FUNCTIONS *************************************************************************/ -/************************************************************************* - * TEST SUPPORT FUNCTIONS - *************************************************************************/ - #ifdef DEBUG_ENABLED /*********************************************************************//** * @brief @@ -1562,7 +1556,7 @@ /*********************************************************************//** * @brief - * The handleTestDrainPumpSetPointOverrideRequest function handles a request to + * The handleTestDrainPumpRPMOverrideRequest function handles a request to * override the drain pump speed set point (in RPM). * @details Inputs: none * @details Outputs: message handled @@ -1965,8 +1959,8 @@ /*********************************************************************//** * @brief -* The handleUVReactorsDataPunlishIntervalOverride function handles a request -* to override the publish interval of the UV reactors data +* The handleTestUVReactorsDataPublishIntervalOverride function handles a +* request to override the publish interval of the UV reactors data * @details Inputs: none * @details Outputs: message handled * @param message a pointer to the message to handle