Index: MsgDefs.h =================================================================== diff -u -ra939fd0358c96b2bbd880705518b5f40be104888 -r1ea146115c041879f1ef9b07013fa5c550eff68c --- MsgDefs.h (.../MsgDefs.h) (revision a939fd0358c96b2bbd880705518b5f40be104888) +++ MsgDefs.h (.../MsgDefs.h) (revision 1ea146115c041879f1ef9b07013fa5c550eff68c) @@ -267,13 +267,13 @@ }; typedef enum Request_Reject_Reasons REQUEST_REJECT_REASON_CODE_T; ///< Type for settings change rejection reason codes enumeration -/// Enumeration of command request rejection reason codes +/// Enumeration of HD to DG command request rejection reason codes enum Cmd_Request_Reject_Reasons { - CMD_REQUEST_REJECT_REASON_NONE = 0, ///< Used when there is no rejection - CMD_REQUEST_REJECT_REASON_INVALID_MODE = 1, ///< Command is not allowed in the current operating mode - CMD_REQUEST_REJECT_REASON_INVALID_PARAMETER = 2, ///< Command parameter is not valid - NUM_OF_CMD_REQUEST_REJECT_REASONS ///< Number of command request reject codes + DG_CMD_REQUEST_REJECT_REASON_NONE = 0, ///< Used when there is no rejection + DG_CMD_REQUEST_REJECT_REASON_INVALID_MODE = 1, ///< Command is not allowed in the current operating mode + DG_CMD_REQUEST_REJECT_REASON_INVALID_PARAMETER = 2, ///< Command parameter is not valid + NUM_OF_DG_CMD_REQUEST_REJECT_REASONS ///< Number of command request reject codes }; typedef enum Cmd_Request_Reject_Reasons CMD_REQUEST_REJECT_REASON_CODE_T; ///< Type for command request rejection reason codes enumeration