Merge pull request 'minor tweak for device handler' (#540) from scex_minor_tweak into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
Reviewed-on: #540
This commit is contained in:
commit
6426142039
@ -13,13 +13,13 @@ class SdCardMountedIF;
|
||||
|
||||
class ScexDeviceHandler : public DeviceHandlerBase {
|
||||
public:
|
||||
static constexpr char *FRAM_BASE_NAME = "framContent";
|
||||
static constexpr char *ION_BASE_NAME = "ion";
|
||||
static constexpr char *TEMPERATURE_BASE_NAME = "temperature";
|
||||
static constexpr char *EXP_STATUS_BASE_NAME = "expStatus";
|
||||
static constexpr char *ONE_CELL_BASE_NAME = "oneCell";
|
||||
static constexpr char *ALL_CELLS_BASE_NAME = "allCells";
|
||||
static constexpr char *PING_IDLE_BASE_NAME = "pingIdle";
|
||||
static constexpr char FRAM_BASE_NAME[] = "framContent";
|
||||
static constexpr char ION_BASE_NAME[] = "ion";
|
||||
static constexpr char TEMPERATURE_BASE_NAME[] = "temperature";
|
||||
static constexpr char EXP_STATUS_BASE_NAME[] = "expStatus";
|
||||
static constexpr char ONE_CELL_BASE_NAME[] = "oneCell";
|
||||
static constexpr char ALL_CELLS_BASE_NAME[] = "allCells";
|
||||
static constexpr char PING_IDLE_BASE_NAME[] = "pingIdle";
|
||||
|
||||
ScexDeviceHandler(object_id_t objectId, ScexUartReader &reader, CookieIF *cookie,
|
||||
SdCardMountedIF &sdcMan);
|
||||
|
Loading…
Reference in New Issue
Block a user