Index: firmware/App/Controllers/Bubble.h =================================================================== diff -u -r68aefeff8890cdfa956c7bfdf0d4505b4ac25cb7 -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Controllers/Bubble.h (.../Bubble.h) (revision 68aefeff8890cdfa956c7bfdf0d4505b4ac25cb7) +++ firmware/App/Controllers/Bubble.h (.../Bubble.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Bubble.h * * @author (last) Sean Nash -* @date (last) 12-Nov-2021 +* @date (last) 25-May-2023 * * @author (original) Peman Montazemi * @date (original) 06-May-2021 @@ -62,6 +62,9 @@ void execBubbles( void ); void selfTestBubble( BUBBLES_T ); +void setVenousBubbleDetectionEnabled( BOOL enabled ); +BOOL getVenousBubbleDetectionEnabled( void ); + BUBBLE_STATUS_T getBubbleStatus( BUBBLES_T bubble ); SELF_TEST_STATUS_T getBubbleSelfTestStatus( BUBBLES_T bubble );