#include <commands_3dm.hpp>
◆ Type
| Enumerator |
|---|
| NONE | No trigger selected. The state will always be inactive.
|
| GPIO | Trigger based on the state of a GPIO pin. See GpioParams.
|
| THRESHOLD | Compare a data quantity against a high and low threshold. See ThresholdParams.
|
| COMBINATION | Logical combination of two or more triggers. See CombinationParams.
|
◆ asTuple() [1/2]
| auto mip::commands_3dm::EventTrigger::asTuple |
( |
| ) |
const |
|
inline |
◆ asTuple() [2/2]
| auto mip::commands_3dm::EventTrigger::asTuple |
( |
| ) |
|
|
inline |
◆ create_sld_all()
◆ insert()
| void mip::commands_3dm::EventTrigger::insert |
( |
Serializer & |
serializer | ) |
const |
◆ extract()
| void mip::commands_3dm::EventTrigger::extract |
( |
Serializer & |
serializer | ) |
|
◆ function
◆ instance
| uint8_t mip::commands_3dm::EventTrigger::instance = 0 |
◆ type
| Type mip::commands_3dm::EventTrigger::type = static_cast<Type>(0) |
◆ parameters
| Parameters mip::commands_3dm::EventTrigger::parameters |
◆ DESCRIPTOR_SET
| constexpr const uint8_t mip::commands_3dm::EventTrigger::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET |
|
staticconstexpr |
◆ FIELD_DESCRIPTOR
◆ DESCRIPTOR
◆ NAME
| constexpr const char* mip::commands_3dm::EventTrigger::NAME = "EventTrigger" |
|
staticconstexpr |
◆ DOC_NAME
| constexpr const char* mip::commands_3dm::EventTrigger::DOC_NAME = "Event Trigger Configuration" |
|
staticconstexpr |
◆ HAS_FUNCTION_SELECTOR
| constexpr const bool mip::commands_3dm::EventTrigger::HAS_FUNCTION_SELECTOR = true |
|
staticconstexpr |
The documentation for this struct was generated from the following files: