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::MessageFormat 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 MessageFormat create_sld_all (::mip::FunctionSelector function)
 

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 Parameters. More...
 
uint8_t desc_set = 0
 Data descriptor set. Must be supported. When function is SAVE, LOAD, or DEFAULT, can be 0 to apply to all descriptor sets. More...
 
uint8_t num_descriptors = 0
 Number of descriptors (limited by payload size) 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::CMD_MESSAGE_FORMAT
 
static constexpr const CompositeDescriptor DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
 
static constexpr const char * NAME = "MessageFormat"
 
static constexpr const char * DOC_NAME = "MessageFormat"
 
static constexpr const bool HAS_FUNCTION_SELECTOR = true
 

Member Function Documentation

◆ asTuple() [1/2]

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

◆ asTuple() [2/2]

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

◆ create_sld_all()

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

◆ extract()

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

◆ insert()

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

Serialization.

Member Data Documentation

◆ desc_set

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

Data descriptor set. Must be supported. When function is SAVE, LOAD, or DEFAULT, can be 0 to apply to all descriptor sets.

◆ DESCRIPTOR

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

◆ DESCRIPTOR_SET

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

Descriptors.

◆ descriptors

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

List of descriptors and decimations.

◆ DOC_NAME

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

◆ FIELD_DESCRIPTOR

constexpr const uint8_t mip::commands_3dm::MessageFormat::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_MESSAGE_FORMAT
staticconstexpr

◆ function

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

Parameters.

◆ HAS_FUNCTION_SELECTOR

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

◆ NAME

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

◆ num_descriptors

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

Number of descriptors (limited by payload size)


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