Index: DGDefs.h =================================================================== diff -u -r3a8be92b72adc11e5b5045bf8921446d2d5e8e8a -r1cb57c4e5daf9a33151682e4e1f6a582fd3c5888 --- DGDefs.h (.../DGDefs.h) (revision 3a8be92b72adc11e5b5045bf8921446d2d5e8e8a) +++ DGDefs.h (.../DGDefs.h) (revision 1cb57c4e5daf9a33151682e4e1f6a582fd3c5888) @@ -308,14 +308,14 @@ */ /// Enumeration of DG load cell sensors. -typedef enum Load_Cells +/*typedef enum Load_Cells { LOAD_CELL_RESERVOIR_1_PRIMARY = 0, ///< Primary load cell for reservoir 1. LOAD_CELL_RESERVOIR_1_BACKUP, ///< Backup load cell for reservoir 1. LOAD_CELL_RESERVOIR_2_PRIMARY, ///< Primary load cell for reservoir 2. LOAD_CELL_RESERVOIR_2_BACKUP, ///< Backup load cell for reservoir 2. NUM_OF_LOAD_CELLS ///< Number of load cell sensors. -} LOAD_CELL_ID_T; +} LOAD_CELL_ID_T;*/ /**@}*/ Index: MsgDefs.h =================================================================== diff -u -r5c5af39add4a8ec26331e6b2384d114b09ed6140 -r1cb57c4e5daf9a33151682e4e1f6a582fd3c5888 --- MsgDefs.h (.../MsgDefs.h) (revision 5c5af39add4a8ec26331e6b2384d114b09ed6140) +++ MsgDefs.h (.../MsgDefs.h) (revision 1cb57c4e5daf9a33151682e4e1f6a582fd3c5888) @@ -243,6 +243,9 @@ MSG_ID_DG_SET_SYSTEM_RECORD = 0xA036, ///< DG set system record that is received from Dialin MSG_ID_DG_GET_SYSTEM_RECORD = 0xA037, ///< DG get system record that is requested from Dialin MSG_ID_DG_SEND_SYSTEM_RECORD = 0xA038, ///< DG send system record to CAN bus to be received in Dialin (equivalent to publish) + MSG_ID_DG_GET_SERVICE_RECORD = 0xA039, ///< DG get service record that is requested from Dialin + MSG_ID_DG_SET_SERVICE_RECORD = 0xA03A, ///< DG set service record that is received from Dialin + MSG_ID_DG_SEND_SERVICE_RECORD = 0xA03B, ///< DG send service record to CAN bus to be received in Dialin (equivalent to publish) MSG_ID_HD_DEBUG_EVENT = 0xFFF1, ///< HD debug event text to be logged in event log MSG_ID_DG_DEBUG_EVENT = 0xFFF2, ///< DG debug event text to be logged in event log