Index: firmware/App/Controllers/BPModule.c =================================================================== diff -u -r82e0b3947c200cddb401f2eeb22db4a4711d174d -r9b73ea7e6bae0b28591b132cd832c6a41633fc81 --- firmware/App/Controllers/BPModule.c (.../BPModule.c) (revision 82e0b3947c200cddb401f2eeb22db4a4711d174d) +++ firmware/App/Controllers/BPModule.c (.../BPModule.c) (revision 9b73ea7e6bae0b28591b132cd832c6a41633fc81) @@ -162,6 +162,9 @@ * corresponding blood pressure alarms. * @details \b Inputs: bpResults * @details \b Outputs: lowSystolicCount + * @details \b Alarms: ALARM_ID_TD_BP_SYSTOLIC_LOW_TOO_MANY, + * ALARM_ID_TD_BP_SYSTOLIC_LOW, ALARM_ID_TD_BP_SYSTOLIC_HIGH, + * ALARM_ID_TD_BP_HEART_RATE_LOW, ALARM_ID_TD_BP_HEART_RATE_HIGH * @return none ***************************************************************************/ static void checkBloodPressureReading( BP_VITALS_DATA_T *bpResults ) @@ -235,6 +238,7 @@ * measurement state * @details \b Inputs: none * @details \b Outputs: none + * @details \b Alarms: ALARM_ID_TD_BP_MODULE_ERROR * @return next BP module state ***************************************************************************/ static BP_MODULE_STATE_T handleBPModuleMeasureState( void )