|
1 | 1 | /************************************************************************ |
2 | | - * NASA Docket No. GSC-18,919-1, and identified as “Core Flight |
3 | | - * System (cFS) Housekeeping (HK) Application version 2.5.1” |
| 2 | + * NASA Docket No. GSC-19,200-1, and identified as "cFS Draco" |
4 | 3 | * |
5 | | - * Copyright (c) 2021 United States Government as represented by the |
| 4 | + * Copyright (c) 2023 United States Government as represented by the |
6 | 5 | * Administrator of the National Aeronautics and Space Administration. |
7 | 6 | * All Rights Reserved. |
8 | 7 | * |
|
21 | 20 | * @file |
22 | 21 | * The CFS Housekeeping (HK) Application Message IDs header file |
23 | 22 | */ |
24 | | -#ifndef HK_MSGIDS_H |
25 | | -#define HK_MSGIDS_H |
| 23 | +#ifndef DEFAULT_HK_MSGIDS_H |
| 24 | +#define DEFAULT_HK_MSGIDS_H |
| 25 | + |
| 26 | +#include "hk_msgid_values.h" |
26 | 27 |
|
27 | 28 | /** |
28 | 29 | * \defgroup cfshkcmdmid CFS Housekeeping Command Message IDs |
29 | 30 | * \{ |
30 | 31 | */ |
31 | 32 |
|
32 | | -#define HK_CMD_MID 0x189A /**< \brief HK Ground Commands Message ID */ |
33 | | -#define HK_SEND_HK_MID 0x189B /**< \brief HK Send Housekeeping Data Cmd Message ID */ |
34 | | - |
35 | | -#define HK_SEND_COMBINED_PKT_MID 0x189C /**< \brief HK Send Combined Pkt Cmd Message ID */ |
| 33 | +#define HK_CMD_MID CFE_PLATFORM_HK_CMD_MIDVAL(CMD) |
| 34 | +#define HK_SEND_HK_MID CFE_PLATFORM_HK_CMD_MIDVAL(SEND_HK) |
| 35 | +#define HK_SEND_COMBINED_PKT_MID CFE_PLATFORM_HK_CMD_MIDVAL(SEND_COMBINED_PKT) |
36 | 36 |
|
37 | 37 | /**\}*/ |
38 | 38 |
|
|
41 | 41 | * \{ |
42 | 42 | */ |
43 | 43 |
|
44 | | -#define HK_HK_TLM_MID 0x089B /**< \brief HK Housekeeping Telemetry Message ID */ |
| 44 | +#define HK_HK_TLM_MID CFE_PLATFORM_HK_TLM_MIDVAL(HK_TLM) /**< \brief HK Housekeeping Telemetry Message ID */ |
45 | 45 |
|
46 | | -#define HK_COMBINED_PKT1_MID 0x089C /**< \brief HK Combined Packet 1 Message ID */ |
47 | | -#define HK_COMBINED_PKT2_MID 0x089D /**< \brief HK Combined Packet 2 Message ID */ |
48 | | -#define HK_COMBINED_PKT3_MID 0x089E /**< \brief HK Combined Packet 3 Message ID */ |
49 | | -#define HK_COMBINED_PKT4_MID 0x089F /**< \brief HK Combined Packet 4 Message ID */ |
| 46 | +#define HK_COMBINED_PKT1_MID \ |
| 47 | + CFE_PLATFORM_HK_TLM_MIDVAL(COMBINED_PKT1_TLM) /**< \brief HK Combined Packet 1 Message ID */ |
| 48 | +#define HK_COMBINED_PKT2_MID \ |
| 49 | + CFE_PLATFORM_HK_TLM_MIDVAL(COMBINED_PKT2_TLM) /**< \brief HK Combined Packet 2 Message ID */ |
| 50 | +#define HK_COMBINED_PKT3_MID \ |
| 51 | + CFE_PLATFORM_HK_TLM_MIDVAL(COMBINED_PKT3_TLM) /**< \brief HK Combined Packet 3 Message ID */ |
| 52 | +#define HK_COMBINED_PKT4_MID \ |
| 53 | + CFE_PLATFORM_HK_TLM_MIDVAL(COMBINED_PKT4_TLM) /**< \brief HK Combined Packet 4 Message ID */ |
50 | 54 |
|
51 | 55 | /**\}*/ |
52 | 56 |
|
|
0 commit comments