Index: Common.h =================================================================== diff -u -r60705e2f40e536b11209f487f5820380851ce09a -r2b2282f2c9eae29bf860b3154cabd0289115551b --- Common.h (.../Common.h) (revision 60705e2f40e536b11209f487f5820380851ce09a) +++ Common.h (.../Common.h) (revision 2b2282f2c9eae29bf860b3154cabd0289115551b) @@ -8,7 +8,7 @@ * @file Common.h * * @author (last) Dara Navaei -* @date (last) 23-Jan-2024 +* @date (last) 27-May-2025 * * @author (original) Sean * @date (original) 04-Feb-2020 @@ -453,6 +453,13 @@ U32 cmd; ///< DG sample water command. } DG_SAMPLE_WATER_CMD_REQUEST_T; +/// DG institutional values structure. +typedef struct +{ + U32 minRORejectionRatioPCT; ///< Min RO rejection ratio in percent. + F32 minInletWaterCondAlarmLimitUSPCM; ///< Min inlet water conductivity alarm limit in uS/cm. +} DG_INSTITUTIONAL_VALUES_T; + #pragma pack(push, 1) /// DG usage info structure. typedef struct