MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
mip::commands_3dm::ImuMessageFormat Struct Reference

#include <commands_3dm.hpp>

Classes

struct  Response
 

Public Member Functions

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

Static Public Member Functions

static ImuMessageFormat create_sld_all (::mip::FunctionSelector function)
 

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 Parameters. More...
 
uint8_t num_descriptors = 0
 Number of descriptors. More...
 
DescriptorRate descriptors [82]
 Descriptor format list. 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::CMD_IMU_MESSAGE_FORMAT
 
static constexpr const CompositeDescriptor DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
 
static constexpr const char * NAME = "ImuMessageFormat"
 
static constexpr const char * DOC_NAME = "ImuMessageFormat"
 
static constexpr const bool HAS_FUNCTION_SELECTOR = true
 

Member Function Documentation

◆ asTuple() [1/2]

auto mip::commands_3dm::ImuMessageFormat::asTuple ( )
inline

◆ asTuple() [2/2]

auto mip::commands_3dm::ImuMessageFormat::asTuple ( ) const
inline

◆ create_sld_all()

static ImuMessageFormat mip::commands_3dm::ImuMessageFormat::create_sld_all ( ::mip::FunctionSelector  function)
inlinestatic

◆ extract()

void mip::commands_3dm::ImuMessageFormat::extract ( Serializer serializer)

◆ insert()

void mip::commands_3dm::ImuMessageFormat::insert ( Serializer serializer) const

Serialization.

Member Data Documentation

◆ DESCRIPTOR

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

◆ DESCRIPTOR_SET

constexpr const uint8_t mip::commands_3dm::ImuMessageFormat::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
staticconstexpr

Descriptors.

◆ descriptors

DescriptorRate mip::commands_3dm::ImuMessageFormat::descriptors[82]

Descriptor format list.

◆ DOC_NAME

constexpr const char* mip::commands_3dm::ImuMessageFormat::DOC_NAME = "ImuMessageFormat"
staticconstexpr

◆ FIELD_DESCRIPTOR

constexpr const uint8_t mip::commands_3dm::ImuMessageFormat::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_IMU_MESSAGE_FORMAT
staticconstexpr

◆ function

FunctionSelector mip::commands_3dm::ImuMessageFormat::function = static_cast<FunctionSelector>(0)

Parameters.

◆ HAS_FUNCTION_SELECTOR

constexpr const bool mip::commands_3dm::ImuMessageFormat::HAS_FUNCTION_SELECTOR = true
staticconstexpr

◆ NAME

constexpr const char* mip::commands_3dm::ImuMessageFormat::NAME = "ImuMessageFormat"
staticconstexpr

◆ num_descriptors

uint8_t mip::commands_3dm::ImuMessageFormat::num_descriptors = 0

Number of descriptors.


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