Index: firmware/App/Controllers/SyringePump.c =================================================================== diff -u -re45524455c005d4fa1734efcbaf7ed0499302670 -r5a7466b55633b0c439a2ca8ed6d4c4f4356feae9 --- firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision e45524455c005d4fa1734efcbaf7ed0499302670) +++ firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 5a7466b55633b0c439a2ca8ed6d4c4f4356feae9) @@ -1111,8 +1111,8 @@ * @brief * The handleSyringePumpInitState function handles the initialize state * of the syringe pump control state machine. - * @details Inputs: TBD - * @details Outputs: TBD + * @details Inputs: none + * @details Outputs: pump speed set to zero, ADC enabled, direction set to reverse * @return next state *************************************************************************/ static SYRINGE_PUMP_STATE_T handleSyringePumpInitState( void ) @@ -1133,8 +1133,10 @@ * @brief * The handleSyringePumpOffState function handles the off state * of the syringe pump control state machine. - * @details Inputs: TBD - * @details Outputs: TBD + * @details Inputs: syringePumpRetractRequested, syringePumpSeekRequested, + * syringePumpPrimeRequested, syringePumpBolusRequested, syringePumpContinuousRequested, + * syringePumpDACVrefSetRequested + * @details Outputs: Pump speed and direction set if pump command initiated * @return next state *************************************************************************/ static SYRINGE_PUMP_STATE_T handleSyringePumpOffState( void ) @@ -1957,7 +1959,7 @@ * The testSyringePumpOperationRequest function requests a given syringe pump * operation. * @details Inputs: none - * @details Outputs: TBD + * @details Outputs: pump operation request is handled * @param opParams record containing the requested operation and its parameters * @return TRUE if override successful, FALSE if not *************************************************************************/ Index: firmware/App/Controllers/Voltages.c =================================================================== diff -u -re4cc37257141c5227186ac6d8ca3d6c87d009042 -r5a7466b55633b0c439a2ca8ed6d4c4f4356feae9 --- firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision e4cc37257141c5227186ac6d8ca3d6c87d009042) +++ firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision 5a7466b55633b0c439a2ca8ed6d4c4f4356feae9) @@ -147,8 +147,8 @@ * @brief * The handleVoltagesInitState function handles the initialize state * of the voltages monitor state machine. - * @details Inputs: TBD - * @details Outputs: TBD + * @details Inputs: none + * @details Outputs: none * @return next state *************************************************************************/ static VOLTAGES_STATE_T handleVoltagesInitState( void ) Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -re45524455c005d4fa1734efcbaf7ed0499302670 -r5a7466b55633b0c439a2ca8ed6d4c4f4356feae9 --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision e45524455c005d4fa1734efcbaf7ed0499302670) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 5a7466b55633b0c439a2ca8ed6d4c4f4356feae9) @@ -334,8 +334,8 @@ * @brief * The signalStartSalineBolus function handles user request to initiate a * saline bolus. - * @details Inputs: TBD - * @details Outputs: TBD + * @details Inputs: set bolus volume, current mode/sub-mode, bolus state + * @details Outputs: salineBolusStartRequested, response sent * @return none *************************************************************************/ void signalStartSalineBolus( void ) @@ -378,8 +378,8 @@ * @brief * The signalAbortSalineBolus function handles user request to abort a * saline bolus. - * @details Inputs: TBD - * @details Outputs: TBD + * @details Inputs: set bolus volume, current mode/sub-mode, bolus state + * @details Outputs: salineBolusAbortRequested, response sent * @return none *************************************************************************/ void signalAbortSalineBolus( void ) Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -re4cc37257141c5227186ac6d8ca3d6c87d009042 -r5a7466b55633b0c439a2ca8ed6d4c4f4356feae9 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision e4cc37257141c5227186ac6d8ca3d6c87d009042) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 5a7466b55633b0c439a2ca8ed6d4c4f4356feae9) @@ -1271,8 +1271,7 @@ /*********************************************************************//** * @brief * The execAlarmAudioSelfTest function outputs a test audio tone and - * measures the audio current level. The test passes if the audio current - * exceeds TBD mA. + * measures the audio current level. * @details Inputs: alarmAudioSelfTestState * @details Outputs: none * @return the current backup alarm audio current (in mA). Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r844f98879b7425c207b58562e623ab960adbc357 -r5a7466b55633b0c439a2ca8ed6d4c4f4356feae9 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 844f98879b7425c207b58562e623ab960adbc357) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 5a7466b55633b0c439a2ca8ed6d4c4f4356feae9) @@ -48,7 +48,7 @@ * Calls the executive functions for most monitors and controllers, the * operation modes, the system communications, and alarms. * @details Inputs: none - * @details Outputs: Executive for the TBD called. + * @details Outputs: Executives running in general task are called. * @return none *************************************************************************/ void taskGeneral( void ) Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -rcef6b0392becf60c69cf4e517701ba22642f072a -r5a7466b55633b0c439a2ca8ed6d4c4f4356feae9 --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision cef6b0392becf60c69cf4e517701ba22642f072a) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 5a7466b55633b0c439a2ca8ed6d4c4f4356feae9) @@ -43,7 +43,7 @@ * The taskPriority function handles the scheduled Priority Task interrupt. * Calls the executive functions for FPGA, pumps, valves, and buttons. * @details Inputs: none - * @details Outputs: Executive for the FPGA, pumps, valves, and buttons called. + * @details Outputs: Executives running in priority task are called. * @return none *************************************************************************/ void taskPriority( void )