Index: firmware/App/TDCommon.h =================================================================== diff -u -rd212465988292ce9cee4c1086371b88be46f8504 -rd1abd0eba39f6eb00e7d1022628605cd45a63b32 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision d212465988292ce9cee4c1086371b88be46f8504) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision d1abd0eba39f6eb00e7d1022628605cd45a63b32) @@ -117,6 +117,15 @@ U32 ctrlMode; ///< Control mode. } OVERRIDE_PUMP_SET_PT_PAYLOAD_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) // **** Common Macros ****