Index: firmware/App/Modes/StateTxPaused.h =================================================================== diff -u -rcd19fd5095128315982b9ef810bd45e68eff8deb -r395522dffef1348e176564925656012f529c1910 --- firmware/App/Modes/StateTxPaused.h (.../StateTxPaused.h) (revision cd19fd5095128315982b9ef810bd45e68eff8deb) +++ firmware/App/Modes/StateTxPaused.h (.../StateTxPaused.h) (revision 395522dffef1348e176564925656012f529c1910) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 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 StateTxPaused.h * -* @author (last) Sean -* @date (last) 18-Apr-2025 +* @author (last) Dara Navaei +* @date (last) 28-Jul-2025 * -* @author (original) Sean -* @date (original) 18-Apr-2025 +* @author (original) Sean Nash +* @date (original) 21-Apr-2025 * ***************************************************************************/ @@ -29,6 +29,15 @@ * @{ */ +// ********** public definitions ****************** + +/// Payload record for treatment stop mode broadcast message +typedef struct +{ + U32 timeout; ///< Blood sitting timeout (in seconds). + U32 countdown; ///< Blood sitting timeout countdown (in seconds). +} TREATMENT_PAUSED_PAYLOAD_T; + // ********** public function prototypes ********** void initTreatmentPaused( void ); // Initialize this unit