Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r7a14f1cc62ad1cb1d7d694f632ff3ddb90ca4717 -r926afe9b1d9cc6931cbca48080e4a66385a20239 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 7a14f1cc62ad1cb1d7d694f632ff3ddb90ca4717) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 926afe9b1d9cc6931cbca48080e4a66385a20239) @@ -80,7 +80,7 @@ DIAL_OUT_PUMP_RAMPING_UP_STATE, ///< Ramping up state of the dialysate outlet pump state machine. DIAL_OUT_PUMP_RAMPING_DOWN_STATE, ///< Ramping down state of the dialysate outlet pump state machine. DIAL_OUT_PUMP_CONTROL_TO_TARGET_STATE, ///< Control state of the dialysate outlet pump state machine. - NUM_OF_DIAL_OUT_PUMP_STATES ///< # of dialysate outlet pump control states. + NUM_OF_DIAL_OUT_PUMP_STATES ///< Number of dialysate outlet pump control states. } DIAL_OUT_PUMP_STATE_T; /// Enumeration of dialysate outlet pump self test states. @@ -89,7 +89,7 @@ DIAL_OUT_PUMP_SELF_TEST_STATE_START = 0, ///< Start state of the dialysate outlet pump self test state machine. DIAL_OUT_PUMP_TEST_STATE_IN_PROGRESS, ///< In progress state of the dialysate outlet pump self test state machine. DIAL_OUT_PUMP_TEST_STATE_COMPLETE, ///< Completed state of the dialysate outlet pump self test state machine. - NUM_OF_DIAL_OUT_PUMP_SELF_TEST_STATES ///< # of dialysate outlet pumpt self test states. + NUM_OF_DIAL_OUT_PUMP_SELF_TEST_STATES ///< Number of dialysate outlet pumpt self test states. } DIAL_OUT_PUMP_SELF_TEST_STATE_T; // pin assignments and macros for pump stop and direction outputs @@ -156,7 +156,6 @@ * @details * Inputs : none * Outputs : DialOutFlow module initialized. - * @param none * @return none *************************************************************************/ void initDialOutFlow( void ) @@ -278,7 +277,6 @@ * @details * Inputs : none * Outputs : Dialysate outlet pump stopped, set point reset, state changed to off - * @param none * @return none *************************************************************************/ void signalDialOutPumpHardStop( void ) @@ -320,7 +318,6 @@ * @details * Inputs : latest sensor data * Outputs : dialOutPumpMCSpeedRPM, dialOutPumpMCCurrentmA - * @param none * @return none *************************************************************************/ void execDialOutFlowMonitor( void ) @@ -343,7 +340,6 @@ * @details * Inputs : dialOutPumpState * Outputs : dialOutPumpState - * @param none * @return none *************************************************************************/ void execDialOutFlowController( void ) @@ -379,7 +375,6 @@ * @details * Inputs : targetDialOutFlowRate, dialOutPumpDirection * Outputs : dialOutPumpPWMDutyCyclePctSet, dialOutPumpDirectionSet, isDialOutPumpOn - * @param none * @return next state *************************************************************************/ static DIAL_OUT_PUMP_STATE_T handleDialOutPumpOffState( void ) @@ -413,7 +408,6 @@ * @details * Inputs : dialOutPumpPWMDutyCyclePctSet * Outputs : dialOutPumpPWMDutyCyclePctSet - * @param none * @return next state *************************************************************************/ static DIAL_OUT_PUMP_STATE_T handleDialOutPumpRampingUpState( void ) @@ -458,7 +452,6 @@ * @details * Inputs : dialOutPumpPWMDutyCyclePctSet * Outputs : dialOutPumpPWMDutyCyclePctSet - * @param none * @return next state *************************************************************************/ static DIAL_OUT_PUMP_STATE_T handleDialOutPumpRampingDownState( void ) @@ -501,7 +494,6 @@ * @details * Inputs : dopControlTimerCounter, dialOutPumpControlModeSet, volumes. * Outputs : dopControlTimerCounter, pump controlled. - * @param none * @return next state *************************************************************************/ static DIAL_OUT_PUMP_STATE_T handleDialOutPumpControlToTargetState( void ) @@ -549,7 +541,6 @@ * @details * Inputs : none * Outputs : dialOut pump stop signal activated, PWM duty cycle zeroed - * @param none * @return none *************************************************************************/ static void stopDialOutPump( void ) @@ -566,7 +557,6 @@ * @details * Inputs : none * Outputs : dialysate outlet pump stop signal is cleared. - * @param none * @return none *************************************************************************/ static void releaseDialOutPumpStop( void ) @@ -611,7 +601,6 @@ * @details * Inputs : Dialysate outlet pump data * Outputs : Dialysate outlet pump data is published to CAN bus. - * @param none * @return none *************************************************************************/ static void publishDialOutFlowData( void ) @@ -643,7 +632,6 @@ * @details * Inputs : DialOutDataPublishInterval * Outputs : none - * @param none * @return the current dialysate out flow data publication interval (in ms). *************************************************************************/ static DATA_GET( U32, getPublishDialOutDataInterval, DialOutDataPublishInterval ) @@ -665,7 +653,6 @@ * @details * Inputs : referenceUFVolumeInMl * Outputs : none - * @param none * @return the current target UF volume in mL. *************************************************************************/ DATA_GET( F32, getTotalTargetDialOutUFVolumeInMl, referenceUFVolumeInMl ) @@ -676,7 +663,6 @@ * @details * Inputs : totalMeasuredUFVolumeInMl * Outputs : none - * @param none * @return the current UF volume (in mL). *************************************************************************/ DATA_GET( F32, getTotalMeasuredUFVolumeInMl, totalMeasuredUFVolumeInMl ) @@ -688,7 +674,6 @@ * @details * Inputs : dialOutPumpRotorSpeedRPM * Outputs : none - * @param none * @return the current dialysate outlet pump rotor speed (in RPM). *************************************************************************/ DATA_GET( F32, getMeasuredDialOutPumpRotorSpeed, dialOutPumpRotorSpeedRPM ) @@ -700,7 +685,6 @@ * @details * Inputs : dialOutPumpSpeedRPM * Outputs : none - * @param none * @return the current dialysate outlet pump motor speed (in RPM). *************************************************************************/ DATA_GET( F32, getMeasuredDialOutPumpSpeed, dialOutPumpSpeedRPM ) @@ -712,7 +696,7 @@ * @details * Inputs : dialOutPumpMCSpeedRPM * Outputs : none - * @param none +* @param none * @return the current dialOut pump speed (in RPM). *************************************************************************/ DATA_GET( F32, getMeasuredDialOutPumpMCSpeed, dialOutPumpMCSpeedRPM ) @@ -724,7 +708,6 @@ * @details * Inputs : dialOutPumpMCCurrentmA * Outputs : none - * @param none * @return the current dialOut pump current (in mA). *************************************************************************/ DATA_GET( F32, getMeasuredDialOutPumpMCCurrent, dialOutPumpMCCurrentmA)