MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Functions
(0xFF,0xD4) Delta Time [CPP]
Collaboration diagram for (0xFF,0xD4) Delta Time [CPP]:

Classes

struct  mip::data_shared::DeltaTime
 

Functions

void mip::data_shared::insert (Serializer &serializer, const DeltaTime &self)
 
void mip::data_shared::extract (Serializer &serializer, DeltaTime &self)
 

Detailed Description

Time in the synchronized clock domain since the last output of this field within the same descriptor set and event instance.

This can be used to track the amount of time passed between event occurrences. See the manual page on delta time quantities.

This field contains the same value as the delta external time field, 0xD8, but is expressed in seconds. Transmission of either of these fields restarts a shared counter, so only one should be streamed at a time to avoid confusion. The counter is not shared across descriptors sets or between event instances.

Function Documentation

◆ extract()

void mip::data_shared::extract ( Serializer serializer,
DeltaTime self 
)

◆ insert()

void mip::data_shared::insert ( Serializer serializer,
const DeltaTime self 
)