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

#include <data_shared.hpp>

Public Member Functions

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

Public Attributes

uint64_t dt_nanos = 0
 Parameters. More...
 

Static Public Attributes

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

Member Function Documentation

◆ asTuple() [1/2]

auto mip::data_shared::ReferenceTimeDelta::asTuple ( )
inline

◆ asTuple() [2/2]

auto mip::data_shared::ReferenceTimeDelta::asTuple ( ) const
inline

◆ extract()

void mip::data_shared::ReferenceTimeDelta::extract ( Serializer serializer)

◆ insert()

void mip::data_shared::ReferenceTimeDelta::insert ( Serializer serializer) const

Serialization.

Member Data Documentation

◆ DESCRIPTOR

constexpr const CompositeDescriptor mip::data_shared::ReferenceTimeDelta::DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
staticconstexpr

◆ DESCRIPTOR_SET

constexpr const uint8_t mip::data_shared::ReferenceTimeDelta::DESCRIPTOR_SET = ::mip::data_shared::DESCRIPTOR_SET
staticconstexpr

Descriptors.

◆ DOC_NAME

constexpr const char* mip::data_shared::ReferenceTimeDelta::DOC_NAME = "ReferenceTimeDelta"
staticconstexpr

◆ dt_nanos

uint64_t mip::data_shared::ReferenceTimeDelta::dt_nanos = 0

Parameters.

Nanoseconds since the last occurrence of this field in a packet of the same descriptor set and event source.

◆ FIELD_DESCRIPTOR

constexpr const uint8_t mip::data_shared::ReferenceTimeDelta::FIELD_DESCRIPTOR = ::mip::data_shared::DATA_REF_TIME_DELTA
staticconstexpr

◆ HAS_FUNCTION_SELECTOR

constexpr const bool mip::data_shared::ReferenceTimeDelta::HAS_FUNCTION_SELECTOR = false
staticconstexpr

◆ NAME

constexpr const char* mip::data_shared::ReferenceTimeDelta::NAME = "ReferenceTimeDelta"
staticconstexpr

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