scex update
This commit is contained in:
@ -13,6 +13,14 @@ 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";
|
||||
|
||||
ScexDeviceHandler(object_id_t objectId, ScexUartReader &reader, CookieIF *cookie,
|
||||
SdCardMountedIF &sdcMan);
|
||||
void setPowerSwitcher(PowerSwitchIF &powerSwitcher, power::Switch_t switchId);
|
||||
|
Reference in New Issue
Block a user