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

Classes

struct  mip::data_shared::DeltaTicks
 

Functions

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

Detailed Description

Ticks since the last output of this field.

This field can be used to track the amount of time passed between event occurrences. One tick is equivalent to one base period (reciprocal of the base rate).

Function Documentation

◆ extract()

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

◆ insert()

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