Index: firmware/App/Controllers/Pressures.c =================================================================== diff -u -r54085945764c46cdeea975ace15ba0f2612bd5e9 -r1efd362566248b63c8293d3ee498017d5b3866bb --- firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision 54085945764c46cdeea975ace15ba0f2612bd5e9) +++ firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision 1efd362566248b63c8293d3ee498017d5b3866bb) @@ -90,7 +90,7 @@ static SELF_TEST_STATUS_T handleSelfTestADCCheck( void ); -/************************************************************************* +/*********************************************************************//** * @brief * The initPressures function initializes the Pressures module. * @details @@ -119,7 +119,7 @@ pressuresDataPublicationTimerCounter = 0; } -/************************************************************************* +/*********************************************************************//** * @brief * The execPressures function executes the pressure monitor. * @details @@ -150,7 +150,7 @@ publishPressuresData(); } -/************************************************************************* +/*********************************************************************//** * @brief * The handlePressuresInitState function handles the pressures initialize state \n * of the pressures monitor state machine. @@ -166,7 +166,7 @@ return result; } -/************************************************************************* +/*********************************************************************//** * @brief * The handlePressuresContReadState function handles the continuous read state \n * of the pressures monitor state machine. @@ -220,7 +220,7 @@ return result; } -/************************************************************************* +/*********************************************************************//** * @brief * The getPublishPresOcclDataInterval function gets the pressure/occlusion data \n * publication interval. @@ -241,7 +241,7 @@ return result; } -/************************************************************************* +/*********************************************************************//** * @brief * The checkInletPressures function checks inlet water pressure value * and triggers an alarm when pressure value is out of allowed range. @@ -273,7 +273,7 @@ } } -/************************************************************************* +/*********************************************************************//** * @brief * The getMeasuredArterialPressure function gets the current arterial pressure. * @details @@ -304,7 +304,7 @@ return result; } -/************************************************************************* +/*********************************************************************//** * @brief * The publishPressuresData function publishes DG pressures data at the \n * set interval. @@ -341,7 +341,7 @@ } } -/************************************************************************* +/*********************************************************************//** * @brief * The execPressureSelfTest function executes the state machine for the \n * Pressures self test. @@ -377,7 +377,7 @@ return pressuresSelfTestResult; } -/************************************************************************* +/*********************************************************************//** * @brief * The handleSelfTestADCCheck function checks whether the ADC reads and * report status back. If the reads are above the maximum 12bit ADC count @@ -408,7 +408,7 @@ * TEST SUPPORT FUNCTIONS *************************************************************************/ -/************************************************************************* +/*********************************************************************//** * @brief * The testSetPressuresDataPublishIntervalOverride function overrides the \n * pressure and occlusion data publish interval. @@ -434,7 +434,7 @@ return result; } -/************************************************************************* +/*********************************************************************//** * @brief * The testResetPressuresDataPublishIntervalOverride function resets the override \n * of the pressure and occlusion data publish interval. @@ -457,7 +457,7 @@ return result; } -/************************************************************************* +/*********************************************************************//** * @brief * The testSetDGPressureSensorOverride function overrides the value of the \n * specified pressure sensor with a given value. @@ -484,7 +484,7 @@ return result; } -/************************************************************************* +/*********************************************************************//** * @brief * The testResetDGPressureSensorOverride function resets the override of the \n * specified DG pressure sensor.