|
39 | 39 | * This event message is issued if the Data Storage (DS) application successfully
|
40 | 40 | * completes its initialization.
|
41 | 41 | */
|
42 |
| -#define DS_INIT_EID 1 |
| 42 | +#define DS_INIT_INF_EID 1 |
43 | 43 |
|
44 | 44 | /**
|
45 | 45 | * \brief DS Initialization Failed Event ID
|
|
242 | 242 | * these errors so the cause is more likely to result from sending "raw"
|
243 | 243 | * ground commands or on-board stored commands.
|
244 | 244 | */
|
245 |
| -#define DS_CMD_CODE_ERR_EID 21 |
| 245 | +#define DS_CC_ERR_EID 21 |
246 | 246 |
|
247 | 247 | /**
|
248 | 248 | * \brief DS Housekeeping Request Invalid Length Event ID
|
|
254 | 254 | * This event signals the failed execution of a HK request command.
|
255 | 255 | * The cause of the failure is an invalid command packet length.
|
256 | 256 | */
|
257 |
| -#define DS_HK_REQUEST_ERR_EID 22 |
| 257 | +#define DS_HKREQ_LEN_ERR_EID 22 |
258 | 258 |
|
259 | 259 | /**
|
260 | 260 | * \brief DS No-op Command Event ID
|
|
267 | 267 | * command. The command is used primarily as an indicator that the DS
|
268 | 268 | * application can receive commands and generate telemetry.
|
269 | 269 | */
|
270 |
| -#define DS_NOOP_CMD_EID 31 |
| 270 | +#define DS_NOOP_INF_EID 31 |
271 | 271 |
|
272 | 272 | /**
|
273 | 273 | * \brief DS No-op Command Invalid Length Event ID
|
|
284 | 284 | /**
|
285 | 285 | * \brief DS Reset Counters Command Event ID
|
286 | 286 | *
|
287 |
| - * \par Type: DEBUG |
| 287 | + * \par Type: INFORMATION |
288 | 288 | *
|
289 | 289 | * \par Cause:
|
290 | 290 | *
|
291 | 291 | * This event signals the successful execution of a RESET housekeeping
|
292 | 292 | * counters command. The command is used primarily to clear counters
|
293 | 293 | * that have already been examined.
|
294 | 294 | */
|
295 |
| -#define DS_RESET_CMD_EID 33 |
| 295 | +#define DS_RESET_INF_EID 33 |
296 | 296 |
|
297 | 297 | /**
|
298 | 298 | * \brief DS Reset Counters Command Invalid Length Event ID
|
|
0 commit comments