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

Classes

struct  mip::data_shared::ExternalTimestamp
 

Functions

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

Detailed Description

External timestamp in nanoseconds.

This timestamp represents the time at which the corresponding data was sampled in the external clock domain. Equivalent to the GPS Timestamp but in nanoseconds.

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

To be valid, external clock sync must be achieved using the PPS input.

Function Documentation

◆ extract()

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

◆ insert()

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