Index: firmware/App/Modes/ModePostGenDialysate.h =================================================================== diff -u -r25792f5c501f0c092e2b95d53e627b2e809f3c5c -r6d4aa77e6b85aa7621a234660f631e725fb1d441 --- firmware/App/Modes/ModePostGenDialysate.h (.../ModePostGenDialysate.h) (revision 25792f5c501f0c092e2b95d53e627b2e809f3c5c) +++ firmware/App/Modes/ModePostGenDialysate.h (.../ModePostGenDialysate.h) (revision 6d4aa77e6b85aa7621a234660f631e725fb1d441) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2025-2025 Diality Inc. - All Rights Reserved. +* Copyright (c) 2025-2026 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 ModePostGenDialysate.h * -* @author (last) Vinayakam Mani -* @date (last) 17-Apr-2025 +* @author (last) Raghu Kallala +* @date (last) 06-Apr-2026 * * @author (original) Vinayakam Mani -* @date (original) 17-Apr-2025 +* @date (original) 18-Apr-2025 * ***************************************************************************/ @@ -45,6 +45,8 @@ DD_POST_GEN_DAILYSATE_STATE_T getCurrentPostGenDialysateState( void ); // get the current state of the post gen dialysate mode. BOOL testDDPostGenDialysateDataPublishIntervalOverride( MESSAGE_T *message ); // post gen dialysate publish override request +BOOL testValidateDDPostGenDialysateChangeReq( U32 newSubMode ); // Validate the requested post gen dialysate sub mode transition is possible or not +void testSignalNewDDPostGenDialysateSubMode( U32 newSubMode ); // Signal transition to a new post gen dialysate sub mode /**@}*/