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

Classes

struct  mip::data_shared::GpsTimestamp
 

Functions

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

Detailed Description

Outputs the current GPS system time in time-of-week and week number format.

For events, this is the time of the event trigger. In order to be valid, a PPS signal needs to be present, and both a valid GPS time-of-week and week number command (0x0C, 0x72) need to be received after PPS sync has been achieved.

Function Documentation

◆ extract()

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

◆ insert()

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