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

Classes

struct  mip::data_shared::ReferenceTimestamp
 

Functions

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

Detailed Description

Internal reference timestamp.

This timestamp represents the time at which the corresponding data was sampled, according to the internal reference clock.

This is a monotonic clock which never jumps. The value is always valid.

For events, this is the time of the event trigger.

Function Documentation

◆ extract()

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

◆ insert()

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