Index: NVDataMgmtDGRecords.h =================================================================== diff -u -rcfa1142455dbcebceda091ae61e5d1f5e889fa6e -r7ef9ef29dad3efdbd58b63c4f6880bdc2a4135a6 --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision cfa1142455dbcebceda091ae61e5d1f5e889fa6e) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 7ef9ef29dad3efdbd58b63c4f6880bdc2a4135a6) @@ -391,6 +391,12 @@ U32 waterConsumption; ///< Water consumption. U16 crc; ///< CRC for the DG usage info structure. } DG_USAGE_INFO_RECORD_T; + +/// DG heaters information structure +typedef struct +{ + F32 averageFillFlow; ///< Average fill flow rate. +} DG_HEATERS_RECORD_T; #pragma pack(pop) /**@}*/