Index: firmware/App/Controllers/SyringePump.c =================================================================== diff -u -r4b661aa14eff362b3ebb154e7791fcaa87d68368 -r0931b50383943421f0c0b85dcda738bb8b006a16 --- firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 4b661aa14eff362b3ebb154e7791fcaa87d68368) +++ firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 0931b50383943421f0c0b85dcda738bb8b006a16) @@ -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 *************************************************************************/