Configure the SPARTN corrections service parameters. Notes:
More...
|
TypedResult< SpartnConfiguration > | mip::commands_gnss::writeSpartnConfiguration (C::mip_interface &device, uint8_t enable, uint8_t type, uint32_t currentKeyTow, uint16_t currentKeyWeek, const uint8_t *currentKey, uint32_t nextKeyTow, uint16_t nextKeyWeek, const uint8_t *nextKey) |
|
TypedResult< SpartnConfiguration > | mip::commands_gnss::readSpartnConfiguration (C::mip_interface &device, uint8_t *enableOut, uint8_t *typeOut, uint32_t *currentKeyTowOut, uint16_t *currentKeyWeekOut, uint8_t *currentKeyOut, uint32_t *nextKeyTowOut, uint16_t *nextKeyWeekOut, uint8_t *nextKeyOut) |
|
TypedResult< SpartnConfiguration > | mip::commands_gnss::saveSpartnConfiguration (C::mip_interface &device) |
|
TypedResult< SpartnConfiguration > | mip::commands_gnss::loadSpartnConfiguration (C::mip_interface &device) |
|
TypedResult< SpartnConfiguration > | mip::commands_gnss::defaultSpartnConfiguration (C::mip_interface &device) |
|
Configure the SPARTN corrections service parameters. Notes:
- Enable and type settings will only update after a power cycle
- Type settings will only take effect after a power cycle
- Key information can be updated while running
◆ defaultSpartnConfiguration()
◆ loadSpartnConfiguration()
◆ readSpartnConfiguration()
TypedResult< SpartnConfiguration > mip::commands_gnss::readSpartnConfiguration |
( |
C::mip_interface & |
device, |
|
|
uint8_t * |
enableOut, |
|
|
uint8_t * |
typeOut, |
|
|
uint32_t * |
currentKeyTowOut, |
|
|
uint16_t * |
currentKeyWeekOut, |
|
|
uint8_t * |
currentKeyOut, |
|
|
uint32_t * |
nextKeyTowOut, |
|
|
uint16_t * |
nextKeyWeekOut, |
|
|
uint8_t * |
nextKeyOut |
|
) |
| |
◆ saveSpartnConfiguration()
◆ writeSpartnConfiguration()
TypedResult< SpartnConfiguration > mip::commands_gnss::writeSpartnConfiguration |
( |
C::mip_interface & |
device, |
|
|
uint8_t |
enable, |
|
|
uint8_t |
type, |
|
|
uint32_t |
currentKeyTow, |
|
|
uint16_t |
currentKeyWeek, |
|
|
const uint8_t * |
currentKey, |
|
|
uint32_t |
nextKeyTow, |
|
|
uint16_t |
nextKeyWeek, |
|
|
const uint8_t * |
nextKey |
|
) |
| |