#include <commands_3dm.hpp>
◆ Type
Enumerator |
---|
NONE | No action. Parameters should be empty.
|
GPIO | Control the state of a GPIO pin. See GpioParameters.
|
MESSAGE | Output a data packet. See MessageParameters.
|
◆ asTuple() [1/2]
auto mip::commands_3dm::EventAction::asTuple |
( |
| ) |
|
|
inline |
◆ asTuple() [2/2]
auto mip::commands_3dm::EventAction::asTuple |
( |
| ) |
const |
|
inline |
◆ create_sld_all()
◆ extract()
void mip::commands_3dm::EventAction::extract |
( |
Serializer & |
serializer | ) |
|
◆ insert()
void mip::commands_3dm::EventAction::insert |
( |
Serializer & |
serializer | ) |
const |
◆ DESCRIPTOR
◆ DESCRIPTOR_SET
constexpr const uint8_t mip::commands_3dm::EventAction::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET |
|
staticconstexpr |
◆ DOC_NAME
constexpr const char* mip::commands_3dm::EventAction::DOC_NAME = "Event Action Configuration" |
|
staticconstexpr |
◆ FIELD_DESCRIPTOR
◆ function
◆ HAS_FUNCTION_SELECTOR
constexpr const bool mip::commands_3dm::EventAction::HAS_FUNCTION_SELECTOR = true |
|
staticconstexpr |
◆ instance
uint8_t mip::commands_3dm::EventAction::instance = 0 |
Action number. When function is SAVE, LOAD, or DEFAULT, this can be 0 to apply to all instances.
◆ NAME
constexpr const char* mip::commands_3dm::EventAction::NAME = "EventAction" |
|
staticconstexpr |
◆ parameters
Parameters mip::commands_3dm::EventAction::parameters |
◆ trigger
uint8_t mip::commands_3dm::EventAction::trigger = 0 |
◆ type
Type mip::commands_3dm::EventAction::type = static_cast<Type>(0) |
Type of action to configure.
The documentation for this struct was generated from the following files: