MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Provide the GNSS subsystem with initial time information. More...
Classes | |
struct | mip::commands_3dm::GnssTimeAssistance |
Functions | |
TypedResult< GnssTimeAssistance > | mip::commands_3dm::writeGnssTimeAssistance (C::mip_interface &device, double tow, uint16_t weekNumber, float accuracy) |
TypedResult< GnssTimeAssistance > | mip::commands_3dm::readGnssTimeAssistance (C::mip_interface &device, double *towOut, uint16_t *weekNumberOut, float *accuracyOut) |
Provide the GNSS subsystem with initial time information.
This message is required immediately after power up if GNSS Assist was enabled when the device was powered off. This will initialize the subsystem clock to help reduce the time to first fix (TTFF).
TypedResult< GnssTimeAssistance > mip::commands_3dm::readGnssTimeAssistance | ( | C::mip_interface & | device, |
double * | towOut, | ||
uint16_t * | weekNumberOut, | ||
float * | accuracyOut | ||
) |
TypedResult< GnssTimeAssistance > mip::commands_3dm::writeGnssTimeAssistance | ( | C::mip_interface & | device, |
double | tow, | ||
uint16_t | weekNumber, | ||
float | accuracy | ||
) |