|
MIP_SDK
v4.0.0-234-g2b06a940
MicroStrain Communications Library for embedded systems
|
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 | |
| static void | mip::C::insert_mip_shared_gps_timestamp_data_valid_flags (microstrain_serializer *serializer, const mip_shared_gps_timestamp_data_valid_flags self) |
| static void | mip::C::extract_mip_shared_gps_timestamp_data_valid_flags (microstrain_serializer *serializer, mip_shared_gps_timestamp_data_valid_flags *self) |
| 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) |
Variables | |
| static const mip_shared_gps_timestamp_data_valid_flags | mip::C::MIP_SHARED_GPS_TIMESTAMP_DATA_VALID_FLAGS_NONE = 0x0000 |
| static const mip_shared_gps_timestamp_data_valid_flags | mip::C::MIP_SHARED_GPS_TIMESTAMP_DATA_VALID_FLAGS_TOW = 0x0001 |
| Whole number seconds TOW has been set. More... | |
| static const mip_shared_gps_timestamp_data_valid_flags | mip::C::MIP_SHARED_GPS_TIMESTAMP_DATA_VALID_FLAGS_WEEK_NUMBER = 0x0002 |
| Week number has been set. More... | |
| static const mip_shared_gps_timestamp_data_valid_flags | mip::C::MIP_SHARED_GPS_TIMESTAMP_DATA_VALID_FLAGS_TIME_VALID = 0x0003 |
| Both TOW and Week Number have been set. More... | |
| static const mip_shared_gps_timestamp_data_valid_flags | mip::C::MIP_SHARED_GPS_TIMESTAMP_DATA_VALID_FLAGS_ALL = 0x0003 |
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 uint16_t mip::C::mip_shared_gps_timestamp_data_valid_flags |
|
inlinestatic |
|
inlinestatic |
| 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 | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.17