MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
mip::commands_3dm::EventAction::Response Struct Reference

#include <commands_3dm.hpp>

Public Member Functions

auto asTuple () const
 
auto asTuple ()
 
void insert (Serializer &serializer) const
 Serialization. More...
 
void extract (Serializer &serializer)
 

Public Attributes

uint8_t instance = 0
 Parameters. More...
 
uint8_t trigger = 0
 Trigger ID number. More...
 
Type type = static_cast<Type>(0)
 Type of action to configure. More...
 
Parameters parameters
 

Static Public Attributes

static constexpr const uint8_t DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
 Descriptors. More...
 
static constexpr const uint8_t FIELD_DESCRIPTOR = ::mip::commands_3dm::REPLY_EVENT_ACTION_CONFIG
 
static constexpr const CompositeDescriptor DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
 
static constexpr const char * NAME = "EventAction::Response"
 
static constexpr const char * DOC_NAME = "Event Action Configuration Response"
 
static constexpr const bool HAS_FUNCTION_SELECTOR = false
 

Member Function Documentation

◆ asTuple() [1/2]

auto mip::commands_3dm::EventAction::Response::asTuple ( )
inline

◆ asTuple() [2/2]

auto mip::commands_3dm::EventAction::Response::asTuple ( ) const
inline

◆ extract()

void mip::commands_3dm::EventAction::Response::extract ( Serializer serializer)

◆ insert()

void mip::commands_3dm::EventAction::Response::insert ( Serializer serializer) const

Serialization.

Member Data Documentation

◆ DESCRIPTOR

constexpr const CompositeDescriptor mip::commands_3dm::EventAction::Response::DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
staticconstexpr

◆ DESCRIPTOR_SET

constexpr const uint8_t mip::commands_3dm::EventAction::Response::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
staticconstexpr

Descriptors.

◆ DOC_NAME

constexpr const char* mip::commands_3dm::EventAction::Response::DOC_NAME = "Event Action Configuration Response"
staticconstexpr

◆ FIELD_DESCRIPTOR

constexpr const uint8_t mip::commands_3dm::EventAction::Response::FIELD_DESCRIPTOR = ::mip::commands_3dm::REPLY_EVENT_ACTION_CONFIG
staticconstexpr

◆ HAS_FUNCTION_SELECTOR

constexpr const bool mip::commands_3dm::EventAction::Response::HAS_FUNCTION_SELECTOR = false
staticconstexpr

◆ instance

uint8_t mip::commands_3dm::EventAction::Response::instance = 0

Parameters.

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::Response::NAME = "EventAction::Response"
staticconstexpr

◆ parameters

Parameters mip::commands_3dm::EventAction::Response::parameters

◆ trigger

uint8_t mip::commands_3dm::EventAction::Response::trigger = 0

Trigger ID number.

◆ type

Type mip::commands_3dm::EventAction::Response::type = static_cast<Type>(0)

Type of action to configure.


The documentation for this struct was generated from the following files: