Index: MessagePayloads.h =================================================================== diff -u -r9e1f1a6979c06dafaaf5f95912de5bc25a10f86c -r3a830d4b8e9fc21feccd870ae8a7f2c3b536cbd1 --- MessagePayloads.h (.../MessagePayloads.h) (revision 9e1f1a6979c06dafaaf5f95912de5bc25a10f86c) +++ MessagePayloads.h (.../MessagePayloads.h) (revision 3a830d4b8e9fc21feccd870ae8a7f2c3b536cbd1) @@ -14,10 +14,10 @@ * @date (original) 07-Nov-2024 * ***************************************************************************/ - -#ifndef __MESSAGE_PAYLOADS_H__ -#define __MESSAGE_PAYLOADS_H__ +#ifndef __MESSAGE_PAYLOADS_H__ +#define __MESSAGE_PAYLOADS_H__ + #ifdef _TD_ #include "TDCommon.h" #endif @@ -41,7 +41,7 @@ F32 dialRate; ///< Set dialysate rate (mL/min). F32 ufRate; ///< Set ultrafiltration rate (mL/min). F32 dialTemp; ///< Set dialysate temperature (deg C). - BOOL bypassDialyzer; ///< Flag indicating whether bypass of dialyzer is requested. + U32 genDialysateState; ///< Requested DD gen dialysate sub-state (DD_GEND_MODE_STATE_T: 1=bypass, 2=delivery, 3=isolated UF). F32 acidConvFactor; ///< Conversion factor of acid type selected. F32 bicarbConvFactor; ///< Conversion factor of bicarbonate. U32 sodium; ///< Set sodium being used to make dialysate. @@ -112,4 +112,4 @@ /**@}*/ -#endif +#endif