MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0xA0,0x02) Time Sync Status [C]
Collaboration diagram for (0xA0,0x02) Time Sync Status [C]:

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 (mip_serializer *serializer, const mip_system_time_sync_status_data *self)
 
void mip::C::extract_mip_system_time_sync_status_data (mip_serializer *serializer, mip_system_time_sync_status_data *self)
 
bool mip::C::extract_mip_system_time_sync_status_data_from_field (const struct mip_field *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 ( mip_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 struct mip_field field,
void *  ptr 
)

◆ insert_mip_system_time_sync_status_data()

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