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