#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.
|
◆ DESCRIPTOR_SET
| const uint8_t mip::commands_3dm::EventAction::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET |
|
static |
◆ FIELD_DESCRIPTOR
◆ function
◆ HAS_LOAD_FUNCTION
| const bool mip::commands_3dm::EventAction::HAS_LOAD_FUNCTION = true |
|
static |
◆ HAS_READ_FUNCTION
| const bool mip::commands_3dm::EventAction::HAS_READ_FUNCTION = true |
|
static |
◆ HAS_RESET_FUNCTION
| const bool mip::commands_3dm::EventAction::HAS_RESET_FUNCTION = true |
|
static |
◆ HAS_SAVE_FUNCTION
| const bool mip::commands_3dm::EventAction::HAS_SAVE_FUNCTION = true |
|
static |
◆ HAS_WRITE_FUNCTION
| const bool mip::commands_3dm::EventAction::HAS_WRITE_FUNCTION = true |
|
static |
◆ 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.
◆ 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 file: