MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0xA0,0x02) Time Sync Status

Indicates whether a sync has been achieved using the PPS signal. More...

Classes

struct  mip::C::mip_system_time_sync_status_data
 

Typedefs

typedef struct mip_system_time_sync_status_data mip::C::mip_system_time_sync_status_data
 

Functions

void mip::C::insert_mip_system_time_sync_status_data (microstrain_serializer *serializer, const mip_system_time_sync_status_data *self)
 
void mip::C::extract_mip_system_time_sync_status_data (microstrain_serializer *serializer, mip_system_time_sync_status_data *self)
 
bool mip::C::extract_mip_system_time_sync_status_data_from_field (const mip_field_view *field, void *ptr)
 

Detailed Description

Indicates whether a sync has been achieved using the PPS signal.

Typedef Documentation

◆ mip_system_time_sync_status_data

Function Documentation

◆ extract_mip_system_time_sync_status_data()

void mip::C::extract_mip_system_time_sync_status_data ( microstrain_serializer serializer,
mip_system_time_sync_status_data self 
)

◆ extract_mip_system_time_sync_status_data_from_field()

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

◆ insert_mip_system_time_sync_status_data()

void mip::C::insert_mip_system_time_sync_status_data ( microstrain_serializer serializer,
const mip_system_time_sync_status_data self 
)