Index: MessagePayloads.h =================================================================== diff -u -r4302527392aec41aa2665dacc76ca20b3fe9191d -r5e99c7f03182a04233afabd5ddb5099a5af46ad1 --- MessagePayloads.h (.../MessagePayloads.h) (revision 4302527392aec41aa2665dacc76ca20b3fe9191d) +++ MessagePayloads.h (.../MessagePayloads.h) (revision 5e99c7f03182a04233afabd5ddb5099a5af46ad1) @@ -98,6 +98,15 @@ F32 p17Pressure; ///< Pressure after RO filter (P17) } FP_PRESSURE_DATA_T; +/// Generate dialysate mode data structure +typedef struct +{ + U32 genDialysateExecState; ///< Generate dialysate execution state + BOOL isDialDelInProgress; ///< Whether Dialysate Delivery in progress or not + BOOL isDialysateGoodtoDeliver; ///< Ready to deliver dialysate or not + F32 currentQd; ///< Current dialysate flow rate (ml/min) +} GEN_DIALYSATE_MODE_DATA_T; + #pragma pack(pop) /**@}*/