@@ -180,11 +180,11 @@ typedef enum
180
180
* Successful execution of this command may be verified with
181
181
* the following telemetry:
182
182
* - #CF_HkPacket_t.counters #CF_HkCmdCounters_t.cmd will increment
183
- * - #CF_EID_INF_CMD_NOOP
183
+ * - #CF_NOOP_INF_EID
184
184
*
185
185
* \par Error Conditions
186
186
* This command may fail for the following reason(s):
187
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
187
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
188
188
*
189
189
* \par Evidence of failure may be found in the following telemetry:
190
190
* - #CF_HkPacket_t.counters #CF_HkCmdCounters_t.err will increment
@@ -212,11 +212,11 @@ typedef enum
212
212
* Successful execution of this command may be verified with
213
213
* the following telemetry:
214
214
* - #CF_HkPacket_t.counters #CF_HkCmdCounters_t.cmd will increment
215
- * - #CF_EID_INF_CMD_RESET
215
+ * - #CF_RESET_INF_EID
216
216
*
217
217
* \par Error Conditions
218
218
* This command may fail for the following reason(s):
219
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
219
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
220
220
* - Invalid counter type, #CF_EID_ERR_CMD_RESET_INVALID
221
221
*
222
222
* \par Evidence of failure may be found in the following telemetry:
@@ -244,7 +244,7 @@ typedef enum
244
244
*
245
245
* \par Error Conditions
246
246
* This command may fail for the following reason(s):
247
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
247
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
248
248
* - Invalid parameter, #CF_EID_ERR_CMD_BAD_PARAM
249
249
* - Transaction initialization failure, #CF_EID_ERR_CMD_TX_FILE
250
250
*
@@ -276,7 +276,7 @@ typedef enum
276
276
*
277
277
* \par Error Conditions
278
278
* This command may fail for the following reason(s):
279
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
279
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
280
280
* - Invalid parameter, #CF_EID_ERR_CMD_BAD_PARAM
281
281
* - Playback initialization failure, #CF_EID_ERR_CMD_PLAYBACK_DIR
282
282
*
@@ -311,7 +311,7 @@ typedef enum
311
311
*
312
312
* \par Error Conditions
313
313
* This command may fail for the following reason(s):
314
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
314
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
315
315
* - Invalid channel number, #CF_EID_ERR_CMD_CHAN_PARAM
316
316
* - Command processing failure, #CF_EID_ERR_CMD_FREEZE
317
317
*
@@ -345,7 +345,7 @@ typedef enum
345
345
*
346
346
* \par Error Conditions
347
347
* This command may fail for the following reason(s):
348
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
348
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
349
349
* - Invalid channel number, #CF_EID_ERR_CMD_CHAN_PARAM
350
350
* - Command processing failure, #CF_EID_ERR_CMD_THAW
351
351
*
@@ -379,7 +379,7 @@ typedef enum
379
379
*
380
380
* \par Error Conditions
381
381
* This command may fail for the following reason(s):
382
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
382
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
383
383
* - Transaction not found using compound key, #CF_EID_ERR_CMD_TRANS_NOT_FOUND
384
384
* - Invalid channel number, #CF_EID_ERR_CMD_TSN_CHAN_INVALID
385
385
* - Already in requested state, #CF_EID_ERR_CMD_SUSPRES_SAME
@@ -415,7 +415,7 @@ typedef enum
415
415
*
416
416
* \par Error Conditions
417
417
* This command may fail for the following reason(s):
418
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
418
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
419
419
* - Transaction not found using compound key, #CF_EID_ERR_CMD_TRANS_NOT_FOUND
420
420
* - Invalid channel number, #CF_EID_ERR_CMD_TSN_CHAN_INVALID
421
421
* - Already in requested state, #CF_EID_ERR_CMD_SUSPRES_SAME
@@ -450,7 +450,7 @@ typedef enum
450
450
*
451
451
* \par Error Conditions
452
452
* This command may fail for the following reason(s):
453
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
453
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
454
454
* - Transaction not found using compound key, #CF_EID_ERR_CMD_TRANS_NOT_FOUND
455
455
* - Invalid channel number, #CF_EID_ERR_CMD_TSN_CHAN_INVALID
456
456
* - No matching transaction, #CF_EID_ERR_CMD_CANCEL_CHAN
@@ -484,7 +484,7 @@ typedef enum
484
484
*
485
485
* \par Error Conditions
486
486
* This command may fail for the following reason(s):
487
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
487
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
488
488
* - Transaction not found using compound key, #CF_EID_ERR_CMD_TRANS_NOT_FOUND
489
489
* - Invalid channel number, #CF_EID_ERR_CMD_TSN_CHAN_INVALID
490
490
* - No matching transaction, #CF_EID_ERR_CMD_ABANDON_CHAN
@@ -516,7 +516,7 @@ typedef enum
516
516
*
517
517
* \par Error Conditions
518
518
* This command may fail for the following reason(s):
519
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
519
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
520
520
* - Invalid configuration parameter key, #CF_EID_ERR_CMD_GETSET_PARAM
521
521
* - Invalid channel number, #CF_EID_ERR_CMD_GETSET_CHAN
522
522
* - Parameter value failed validation, #CF_EID_ERR_CMD_GETSET_VALIDATE
@@ -548,7 +548,7 @@ typedef enum
548
548
*
549
549
* \par Error Conditions
550
550
* This command may fail for the following reason(s):
551
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
551
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
552
552
* - Invalid configuration parameter key, #CF_EID_ERR_CMD_GETSET_PARAM
553
553
* - Invalid channel number, #CF_EID_ERR_CMD_GETSET_CHAN
554
554
*
@@ -579,7 +579,7 @@ typedef enum
579
579
*
580
580
* \par Error Conditions
581
581
* This command may fail for the following reason(s):
582
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
582
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
583
583
* - Invalid parameter combination, #CF_EID_ERR_CMD_WQ_ARGS
584
584
* - Invalid channel number, #CF_EID_ERR_CMD_WQ_CHAN
585
585
* - Open file to write failed, #CF_EID_ERR_CMD_WQ_OPEN
@@ -617,7 +617,7 @@ typedef enum
617
617
*
618
618
* \par Error Conditions
619
619
* This command may fail for the following reason(s):
620
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
620
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
621
621
* - Invalid channel number, #CF_EID_ERR_CMD_CHAN_PARAM
622
622
* - Enable dequeue failed, #CF_EID_ERR_CMD_ENABLE_DEQUEUE
623
623
*
@@ -650,7 +650,7 @@ typedef enum
650
650
*
651
651
* \par Error Conditions
652
652
* This command may fail for the following reason(s):
653
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
653
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
654
654
* - Invalid channel number, #CF_EID_ERR_CMD_CHAN_PARAM
655
655
* - Disable dequeue failed, #CF_EID_INF_CMD_DISABLE_DEQUEUE
656
656
*
@@ -689,7 +689,7 @@ typedef enum
689
689
*
690
690
* \par Error Conditions
691
691
* This command may fail for the following reason(s):
692
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
692
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
693
693
* - Invalid channel number, #CF_EID_ERR_CMD_CHAN_PARAM
694
694
* - Invalid polling directory index, #CF_EID_ERR_CMD_POLLDIR_INVALID
695
695
* - Enable directory polling failed, #CF_EID_ERR_CMD_ENABLE_POLLDIR
@@ -729,7 +729,7 @@ typedef enum
729
729
*
730
730
* \par Error Conditions
731
731
* This command may fail for the following reason(s):
732
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
732
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
733
733
* - Invalid channel number, #CF_EID_ERR_CMD_CHAN_PARAM
734
734
* - Invalid polling directory index, #CF_EID_ERR_CMD_POLLDIR_INVALID
735
735
* - Disable directory polling failed, #CF_EID_ERR_CMD_DISABLE_POLLDIR
@@ -770,7 +770,7 @@ typedef enum
770
770
*
771
771
* \par Error Conditions
772
772
* This command may fail for the following reason(s):
773
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
773
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
774
774
* - Invalid channel number, #CF_EID_ERR_CMD_CHAN_PARAM
775
775
* - Invalid purge queue argument, #CF_EID_ERR_CMD_PURGE_ARG
776
776
* - Purge queue failed, #CF_EID_ERR_CMD_PURGE_QUEUE
@@ -803,7 +803,7 @@ typedef enum
803
803
*
804
804
* \par Error Conditions
805
805
* This command may fail for the following reason(s):
806
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
806
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
807
807
* - Engine initialization failed, #CF_EID_ERR_CMD_ENABLE_ENGINE
808
808
* - Engine already enabled, #CF_EID_ERR_CMD_ENG_ALREADY_ENA
809
809
*
@@ -836,7 +836,7 @@ typedef enum
836
836
*
837
837
* \par Error Conditions
838
838
* This command may fail for the following reason(s):
839
- * - Command packet length not as expected, #CF_EID_ERR_CMD_GCMD_LEN
839
+ * - Command packet length not as expected, #CF_CMD_LEN_ERR_EID
840
840
* - Engine already disabled, #CF_EID_ERR_CMD_ENG_ALREADY_DIS
841
841
*
842
842
* \par Evidence of failure may be found in the following telemetry:
0 commit comments