MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0xFF,0xD3) Gps Timestamp

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

Classes

struct  mip::C::mip_shared_gps_timestamp_data
 

Typedefs

typedef uint16_t mip::C::mip_shared_gps_timestamp_data_valid_flags
 
typedef struct mip_shared_gps_timestamp_data mip::C::mip_shared_gps_timestamp_data
 

Functions

void mip::C::insert_mip_shared_gps_timestamp_data (microstrain_serializer *serializer, const mip_shared_gps_timestamp_data *self)
 
void mip::C::extract_mip_shared_gps_timestamp_data (microstrain_serializer *serializer, mip_shared_gps_timestamp_data *self)
 
bool mip::C::extract_mip_shared_gps_timestamp_data_from_field (const mip_field_view *field, void *ptr)
 

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.

Typedef Documentation

◆ mip_shared_gps_timestamp_data

◆ mip_shared_gps_timestamp_data_valid_flags

Function Documentation

◆ extract_mip_shared_gps_timestamp_data()

void mip::C::extract_mip_shared_gps_timestamp_data ( microstrain_serializer serializer,
mip_shared_gps_timestamp_data self 
)

◆ extract_mip_shared_gps_timestamp_data_from_field()

bool mip::C::extract_mip_shared_gps_timestamp_data_from_field ( const mip_field_view field,
void *  ptr 
)

◆ insert_mip_shared_gps_timestamp_data()

void mip::C::insert_mip_shared_gps_timestamp_data ( microstrain_serializer serializer,
const mip_shared_gps_timestamp_data self 
)