#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 |
( |
| ) |
|
|
inline |
◆ asTuple() [2/2]
auto mip::commands_3dm::EventTrigger::asTuple |
( |
| ) |
const |
|
inline |
◆ create_sld_all()
◆ extract()
void mip::commands_3dm::EventTrigger::extract |
( |
Serializer & |
serializer | ) |
|
◆ insert()
void mip::commands_3dm::EventTrigger::insert |
( |
Serializer & |
serializer | ) |
const |
◆ DESCRIPTOR
◆ DESCRIPTOR_SET
constexpr const uint8_t mip::commands_3dm::EventTrigger::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET |
|
staticconstexpr |
◆ DOC_NAME
constexpr const char* mip::commands_3dm::EventTrigger::DOC_NAME = "Event Trigger Configuration" |
|
staticconstexpr |
◆ FIELD_DESCRIPTOR
◆ function
◆ HAS_FUNCTION_SELECTOR
constexpr const bool mip::commands_3dm::EventTrigger::HAS_FUNCTION_SELECTOR = true |
|
staticconstexpr |
◆ instance
uint8_t mip::commands_3dm::EventTrigger::instance = 0 |
Trigger number. When function is SAVE, LOAD, or DEFAULT, this can be 0 to apply to all instances.
◆ NAME
constexpr const char* mip::commands_3dm::EventTrigger::NAME = "EventTrigger" |
|
staticconstexpr |
◆ parameters
Parameters mip::commands_3dm::EventTrigger::parameters |
◆ type
Type mip::commands_3dm::EventTrigger::type = static_cast<Type>(0) |
Type of trigger to configure.
The documentation for this struct was generated from the following files: