MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Public Types | Static Public Attributes | List of all members
mip::metadata::MetadataFor< ReplyField > Struct Reference

#include <common.hpp>

Public Types

using type = ReplyField
 

Static Public Attributes

static constexpr ParameterInfo parameters []
 
static constexpr FieldInfo value
 

Member Typedef Documentation

◆ type

Member Data Documentation

◆ parameters

constexpr ParameterInfo mip::metadata::MetadataFor< ReplyField >::parameters[]
inlinestaticconstexpr
Initial value:
= {
{
"cmd_field_desc",
"The field descriptor of the command this field acknowledges.",
nullptr,
NO_FUNCTIONS,
1,
{},
},
{
"result",
"Result of the command.",
nullptr,
NO_FUNCTIONS,
1,
{},
},
}

◆ value

constexpr FieldInfo mip::metadata::MetadataFor< ReplyField >::value
inlinestaticconstexpr
Initial value:
= {
"ReplyField",
"Command Reply",
"Sent by the device to indicate the result of a command.",
type::DESCRIPTOR,
NO_FUNCTIONS,
false,
nullptr,
}

The documentation for this struct was generated from the following file:
mip::metadata::Type::ENUM
@ ENUM
mip::metadata::MetadataFor< CmdResult >::value
static constexpr EnumInfo value
Definition: common.hpp:51
mip::metadata::MetadataFor< ReplyField >::parameters
static constexpr ParameterInfo parameters[]
Definition: common.hpp:76
mip::metadata::Type::U8
@ U8