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

#include <data_system.hpp>

Public Member Functions

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

Public Attributes

uint8_t result [16] = {0}
 Parameters. More...
 

Static Public Attributes

static constexpr const uint8_t DESCRIPTOR_SET = ::mip::data_system::DESCRIPTOR_SET
 Descriptors. More...
 
static constexpr const uint8_t FIELD_DESCRIPTOR = ::mip::data_system::DATA_BUILT_IN_TEST
 
static constexpr const CompositeDescriptor DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
 
static constexpr const char * NAME = "BuiltInTest"
 
static constexpr const char * DOC_NAME = "BuiltInTest"
 
static constexpr const bool HAS_FUNCTION_SELECTOR = false
 

Member Function Documentation

◆ asTuple() [1/2]

auto mip::data_system::BuiltInTest::asTuple ( )
inline

◆ asTuple() [2/2]

auto mip::data_system::BuiltInTest::asTuple ( ) const
inline

◆ extract()

void mip::data_system::BuiltInTest::extract ( Serializer serializer)

◆ insert()

void mip::data_system::BuiltInTest::insert ( Serializer serializer) const

Serialization.

Member Data Documentation

◆ DESCRIPTOR

constexpr const CompositeDescriptor mip::data_system::BuiltInTest::DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
staticconstexpr

◆ DESCRIPTOR_SET

constexpr const uint8_t mip::data_system::BuiltInTest::DESCRIPTOR_SET = ::mip::data_system::DESCRIPTOR_SET
staticconstexpr

Descriptors.

◆ DOC_NAME

constexpr const char* mip::data_system::BuiltInTest::DOC_NAME = "BuiltInTest"
staticconstexpr

◆ FIELD_DESCRIPTOR

constexpr const uint8_t mip::data_system::BuiltInTest::FIELD_DESCRIPTOR = ::mip::data_system::DATA_BUILT_IN_TEST
staticconstexpr

◆ HAS_FUNCTION_SELECTOR

constexpr const bool mip::data_system::BuiltInTest::HAS_FUNCTION_SELECTOR = false
staticconstexpr

◆ NAME

constexpr const char* mip::data_system::BuiltInTest::NAME = "BuiltInTest"
staticconstexpr

◆ result

uint8_t mip::data_system::BuiltInTest::result[16] = {0}

Parameters.

Device-specific bitfield (128 bits). See device user manual. Bits are least-significant-byte first. For example, bit 0 is located at bit 0 of result[0], bit 1 is located at bit 1 of result[0], bit 8 is located at bit 0 of result[1], and bit 127 is located at bit 7 of result[15].


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