MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Enables or disables event triggers. More...
Classes | |
struct | mip::commands_3dm::EventControl |
Functions | |
TypedResult< EventControl > | mip::commands_3dm::writeEventControl (C::mip_interface &device, uint8_t instance, EventControl::Mode mode) |
TypedResult< EventControl > | mip::commands_3dm::readEventControl (C::mip_interface &device, uint8_t instance, EventControl::Mode *modeOut) |
TypedResult< EventControl > | mip::commands_3dm::saveEventControl (C::mip_interface &device, uint8_t instance) |
TypedResult< EventControl > | mip::commands_3dm::loadEventControl (C::mip_interface &device, uint8_t instance) |
TypedResult< EventControl > | mip::commands_3dm::defaultEventControl (C::mip_interface &device, uint8_t instance) |
Enables or disables event triggers.
Triggers can be disabled, enabled, and tested. While disabled, a trigger will not evaluate its logic and effective behave like no trigger is configured. A disabled trigger will not activate any actions. Triggers are disabled by default.
Use this command to enable (or disable) a trigger, or to place it into a test mode. When in test mode, the trigger logic is disabled but the output is forced to the active state, meaning that it will behave as if the trigger logic is satisfied and any associated actions will execute.
TypedResult< EventControl > mip::commands_3dm::defaultEventControl | ( | C::mip_interface & | device, |
uint8_t | instance | ||
) |
TypedResult< EventControl > mip::commands_3dm::loadEventControl | ( | C::mip_interface & | device, |
uint8_t | instance | ||
) |
TypedResult< EventControl > mip::commands_3dm::readEventControl | ( | C::mip_interface & | device, |
uint8_t | instance, | ||
EventControl::Mode * | modeOut | ||
) |
TypedResult< EventControl > mip::commands_3dm::saveEventControl | ( | C::mip_interface & | device, |
uint8_t | instance | ||
) |
TypedResult< EventControl > mip::commands_3dm::writeEventControl | ( | C::mip_interface & | device, |
uint8_t | instance, | ||
EventControl::Mode | mode | ||
) |