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::MessageFormat::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 desc_set = 0
 Parameters. More...
 
uint8_t num_descriptors = 0
 Number of descriptors in the list. More...
 
DescriptorRate descriptors [82]
 List of descriptors and decimations. More...
 

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_MESSAGE_FORMAT
 
static constexpr const CompositeDescriptor DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
 
static constexpr const char * NAME = "MessageFormat::Response"
 
static constexpr const char * DOC_NAME = "MessageFormat Response"
 
static constexpr const bool HAS_FUNCTION_SELECTOR = false
 

Member Function Documentation

◆ asTuple() [1/2]

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

◆ asTuple() [2/2]

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

◆ extract()

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

◆ insert()

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

Serialization.

Member Data Documentation

◆ desc_set

uint8_t mip::commands_3dm::MessageFormat::Response::desc_set = 0

Parameters.

Echoes the descriptor set from the command.

◆ DESCRIPTOR

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

◆ DESCRIPTOR_SET

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

Descriptors.

◆ descriptors

DescriptorRate mip::commands_3dm::MessageFormat::Response::descriptors[82]

List of descriptors and decimations.

◆ DOC_NAME

constexpr const char* mip::commands_3dm::MessageFormat::Response::DOC_NAME = "MessageFormat Response"
staticconstexpr

◆ FIELD_DESCRIPTOR

constexpr const uint8_t mip::commands_3dm::MessageFormat::Response::FIELD_DESCRIPTOR = ::mip::commands_3dm::REPLY_MESSAGE_FORMAT
staticconstexpr

◆ HAS_FUNCTION_SELECTOR

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

◆ NAME

constexpr const char* mip::commands_3dm::MessageFormat::Response::NAME = "MessageFormat::Response"
staticconstexpr

◆ num_descriptors

uint8_t mip::commands_3dm::MessageFormat::Response::num_descriptors = 0

Number of descriptors in the list.


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