Index: firmware/App/Modes/StateTxPaused.h =================================================================== diff -u -rcd19fd5095128315982b9ef810bd45e68eff8deb -rb57e35bcded6968444b66e7a58dec34c3dd99082 --- firmware/App/Modes/StateTxPaused.h (.../StateTxPaused.h) (revision cd19fd5095128315982b9ef810bd45e68eff8deb) +++ firmware/App/Modes/StateTxPaused.h (.../StateTxPaused.h) (revision b57e35bcded6968444b66e7a58dec34c3dd99082) @@ -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