Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r363cb32e448a75b1c62e5344ee246f5a32fd2466 -rb5a078a245783d10796592bd7e96ff36a5fb5a03 --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 363cb32e448a75b1c62e5344ee246f5a32fd2466) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision b5a078a245783d10796592bd7e96ff36a5fb5a03) @@ -19,21 +19,6 @@ #define MAX_TOP_LEVEL_PN_CHARS 10U ///< Max number of characters for top level part number. #define MAX_TOP_LEVEL_SN_CHARS 15U ///< Max number of characters for top level serial number. -/// Manufacturing location enumeration. -typedef enum mfg_location -{ - MFG_LOC_FACTORY = 0, ///< Manufacturing location (HD/DG). - NUM_OF_MFG_LOC ///< Number of manufacturing location. -} MFG_LOCATION_T; - -/// Service location enumeration. -typedef enum service_location -{ - SERVICE_LOC_FACTORY = 0, ///< Service location factory (HD/DG). - SERVICE_LOC_FIELD, ///< Service location field (HD/DG). - NUM_OF_SERVICE_LOC ///< Number of service location. -} SERVICE_LOCATION_T; - /// HD pumps enumeration. typedef enum hd_pumps { @@ -66,7 +51,7 @@ typedef enum hd_flow_sensors { CAL_DATA_HD_BLOOD_FLOW_SENSOR = 0, ///< Blood flow sensor. - CAL_DATA_HD_DIALYZER_FLOW_SENSOR, ///< Dialyzer flow sensor. + CAL_DATA_HD_DIALYSATE_FLOW_SENSOR, ///< Dialyzer flow sensor. NUM_OF_CAL_DATA_HD_FLOW_SENSORS, ///< Number of HD flow sensors. } CAL_DATA_HD_FLOW_SENSORS_T; @@ -177,15 +162,15 @@ { char topLevelPN[ MAX_TOP_LEVEL_PN_CHARS ]; ///< HD top level part number. char topLevelSN[ MAX_TOP_LEVEL_SN_CHARS ]; ///< HD top level serial number. - MFG_LOCATION_T mfgLocation; ///< HD manufacturing location. + U08 mfgLocation; ///< HD manufacturing location. U32 mfgDate; ///< HD manufacturing date. U16 crc; ///< CRC for the HD system record structure. } HD_SYSTEM_RECORD_T; /// HD service record structure typedef struct { - SERVICE_LOCATION_T serviceLoc; ///< HD service location. + U08 serviceLoc; ///< HD service location. U32 serviceDate; ///< HD service date. U16 crc; ///< CRC for the HD service record structure. } HD_SERVICE_RECORD_T;