Index: firmware/App/Modes/TreatmentRecirc.h =================================================================== diff -u -rccfd15568f1e3d304320c2babb2fd4bcf0413304 -r8bd1ae47aa13a843aa8abd6321ddc050deacb4a6 --- firmware/App/Modes/TreatmentRecirc.h (.../TreatmentRecirc.h) (revision ccfd15568f1e3d304320c2babb2fd4bcf0413304) +++ firmware/App/Modes/TreatmentRecirc.h (.../TreatmentRecirc.h) (revision 8bd1ae47aa13a843aa8abd6321ddc050deacb4a6) @@ -31,6 +31,15 @@ * @{ */ +// ********** public definitions ********** + +/// Payload record structure for treatment recirculate mode data broadcast message +typedef struct +{ + U32 timeout; ///< Recirculation timeout time (in seconds) + U32 countdown; ///< Recirculation timeout countdown (in seconds) +} TREATMENT_RECIRC_PAYLOAD_T; + // ********** public function prototypes ********** void initTreatmentRecirc( void );