Index: MessagePayloads.h =================================================================== diff -u -rf0a3820c00047b880091e48c085b3c97c2e3b98f -re8b9318e9440d9ec7bb391cae32e54444461b087 --- MessagePayloads.h (.../MessagePayloads.h) (revision f0a3820c00047b880091e48c085b3c97c2e3b98f) +++ MessagePayloads.h (.../MessagePayloads.h) (revision e8b9318e9440d9ec7bb391cae32e54444461b087) @@ -25,7 +25,7 @@ #include "DDCommon.h" #endif #ifdef _RO_ -#include "ROCommon.h" +#include "FPCommon.h" #endif /** @@ -53,6 +53,10 @@ typedef struct { BOOL start; ///< Flag indicating whether to start pre-gen dialysate(TRUE) or stop (FALSE). + F32 dialRate; ///< Set dialysate rate (mL/min). + F32 dialTemp; ///< Set dialysate temperature (deg C). + U32 acidType; ///< Type of acid being used to make dialysate. + U32 bicarbType; ///< Type of bicarb being used to make dialysate. } PRE_GEN_DIALYSATE_REQ_PAYLOAD_T; /// Enumeration of operation modes. These are in order of priority (highest to lowest). @@ -70,7 +74,7 @@ U32 cmdID; ///< Command id of Water Generation from the DD BOOL start; ///< Flag indicating whether to start/continue RO water delivery (TRUE) or stop (FALSE). U32 roRate; ///< Set RO water rate (mL/min). -} RO_WATER_REQ_PAYLOAD_T; +} FP_WATER_REQ_PAYLOAD_T; /// Pressure data struct. typedef struct