Index: firmware/App/Controllers/Bubble.c =================================================================== diff -u -rf1d684e536e7911b356a5d35320c909a1016d3d0 -r21d6ea2bfe82aece70423e04d21ad3ef3858f4f6 --- firmware/App/Controllers/Bubble.c (.../Bubble.c) (revision f1d684e536e7911b356a5d35320c909a1016d3d0) +++ firmware/App/Controllers/Bubble.c (.../Bubble.c) (revision 21d6ea2bfe82aece70423e04d21ad3ef3858f4f6) @@ -157,6 +157,19 @@ /*********************************************************************//** * @brief + * The getVenousBubbleDetectionEnabled function returns the state of the + * venous bubble detection enable flag. + * @details Inputs: bubbleDetectionEnabled[] + * @details Outputs: none + * @return bubbleDetectionEnabled[] + *************************************************************************/ +BOOL getVenousBubbleDetectionEnabled( void ) +{ + return bubbleDetectionEnabled[ ADV ]; +} + +/*********************************************************************//** + * @brief * The getBubbleStatus function gets the current reading for a given air bubble * detector. * @details Inputs: bubblesStatus