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

Classes

struct  mip::data_shared::ReferenceTimeDelta
 

Functions

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

Detailed Description

Delta time since the last packet.

Difference between the time as reported by the shared reference time field, 0xD5, and the previous output of this delta quantity within the same descriptor set and event instance.

The delta is based on the reference time which never jumps. The value is always valid.

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

Function Documentation

◆ extract()

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

◆ insert()

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