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

#include <data_shared.hpp>

Classes

struct  ValidFlags
 

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...
 
ValidFlags valid_flags
 

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_SYS_TIME_DELTA
 
static constexpr const CompositeDescriptor DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
 
static constexpr const char * NAME = "ExternalTimeDelta"
 
static constexpr const char * DOC_NAME = "ExternalTimeDelta"
 
static constexpr const bool HAS_FUNCTION_SELECTOR = false
 

Member Function Documentation

◆ asTuple() [1/2]

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

◆ asTuple() [2/2]

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

◆ extract()

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

◆ insert()

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

Serialization.

Member Data Documentation

◆ DESCRIPTOR

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

◆ DESCRIPTOR_SET

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

Descriptors.

◆ DOC_NAME

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

◆ dt_nanos

uint64_t mip::data_shared::ExternalTimeDelta::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::ExternalTimeDelta::FIELD_DESCRIPTOR = ::mip::data_shared::DATA_SYS_TIME_DELTA
staticconstexpr

◆ HAS_FUNCTION_SELECTOR

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

◆ NAME

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

◆ valid_flags

ValidFlags mip::data_shared::ExternalTimeDelta::valid_flags

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