Index: firmware/App/Controllers/BPModule.c =================================================================== diff -u -r5ad0389d9abad0f0a523fc44ae6c00ca8b12f313 -r9c4cdc42d3bcef089a9627b206496cb23bc3f643 --- firmware/App/Controllers/BPModule.c (.../BPModule.c) (revision 5ad0389d9abad0f0a523fc44ae6c00ca8b12f313) +++ firmware/App/Controllers/BPModule.c (.../BPModule.c) (revision 9c4cdc42d3bcef089a9627b206496cb23bc3f643) @@ -128,7 +128,7 @@ * @brief * The resetBPModuleFlags function resets BP module flags. * @details \b Inputs: none -* @details \b Outputs: BP module flags reset. +* @details \b Outputs: pendingVitalsRequest * @return none *************************************************************************/ static void resetBPModuleFlags( void ) @@ -141,7 +141,7 @@ * The initiateAdultBPReading function initiates an adult blood pressure * measurement. * @details \b Inputs: none -* @details \b Outputs: bpModuleState +* @details \b Outputs: requestAdultBPReading * @return none ***************************************************************************/ void initiateAdultBPReading( void ) @@ -154,7 +154,7 @@ * The initiatePedsBPReading function initiates a pediatric blood pressure * measurement. * @details \b Inputs: none -* @details \b Outputs: bpModuleState +* @details \b Outputs: requestPedsBPReading * @return none ***************************************************************************/ void initiatePedsBPReading( void ) @@ -167,7 +167,7 @@ * The abortBPReading function aborts the active blood pressure * measurement. * @details \b Inputs: none -* @details \b Outputs: bpModuleState +* @details \b Outputs: requestAbortBPReading * @return none ***************************************************************************/ void abortBPReading( void ) @@ -181,7 +181,7 @@ * measurement results against configured thresholds and activates * corresponding blood pressure alarms. * @details \b Inputs: bpResults - * @details \b Outputs: activate BP alarms + * @details \b Outputs: activateAlarm * @return none ***************************************************************************/ static void checkBloodPressureReading( BP_RESULTS_T *bpResults ) @@ -346,7 +346,7 @@ * The publishVitalsData function publishes blood pressure data. * @details \b Message \b Sent: MSG_ID_TD_BLOOD_PRESSURE_DATA * @details \b Inputs: bpResults -* @details \b Outputs: blood pressure data published to CAN bus. +* @details \b Outputs: bpPublishTimerCtr * @return none *************************************************************************/ static void publishVitalsData( void )