added action IDs for new commands
EIVE/eive-obsw/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-09-16 18:48:05 +02:00
parent d2ca1139a7
commit 0fc639cc11
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ class CoreController : public ExtendedControllerBase {
static constexpr ActionId_t SWITCH_IMG_LOCK = 7;
static constexpr ActionId_t SET_MAX_REBOOT_CNT = 8;
static constexpr ActionId_t COPY_OBSW_UPDATE_0_0 = 10;
static constexpr ActionId_t COPY_OBSW_UPDATE_0_1 = 11;
static constexpr ActionId_t COPY_OBSW_UPDATE_1_0 = 12;
static constexpr ActionId_t COPY_OBSW_UPDATE_1_1 = 13;
//! Reboot using the xsc_boot_copy command
static constexpr ActionId_t XSC_REBOOT_OBC = 32;
static constexpr ActionId_t MOUNT_OTHER_COPY = 33;