MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
#include <commands_gnss.h>
Public Attributes | |
mip_function_selector | function |
uint8_t | enable |
Enable/Disable the SPARTN subsystem (0 = Disabled, 1 = Enabled) More... | |
uint8_t | type |
Connection type (0 - None, 1 = Network, 2 = L-Band) More... | |
uint32_t | current_key_tow |
The GPS time of week the current key is valid until. More... | |
uint16_t | current_key_week |
The GPS week number the current key is valid until. More... | |
uint8_t | current_key [32] |
32 character string of ASCII hex values for the current key (e.g. "bc" for 0xBC) More... | |
uint32_t | next_key_tow |
The GPS time of week the next key is valid until. More... | |
uint16_t | next_key_week |
The GPS week number the next key is valid until. More... | |
uint8_t | next_key [32] |
32 character string of ASCII hex valuesfor the next key (e.g. "bc" for 0xBC) More... | |
uint8_t mip::C::mip_gnss_spartn_configuration_command::current_key[32] |
32 character string of ASCII hex values for the current key (e.g. "bc" for 0xBC)
uint32_t mip::C::mip_gnss_spartn_configuration_command::current_key_tow |
The GPS time of week the current key is valid until.
uint16_t mip::C::mip_gnss_spartn_configuration_command::current_key_week |
The GPS week number the current key is valid until.
uint8_t mip::C::mip_gnss_spartn_configuration_command::enable |
Enable/Disable the SPARTN subsystem (0 = Disabled, 1 = Enabled)
mip_function_selector mip::C::mip_gnss_spartn_configuration_command::function |
uint8_t mip::C::mip_gnss_spartn_configuration_command::next_key[32] |
32 character string of ASCII hex valuesfor the next key (e.g. "bc" for 0xBC)
uint32_t mip::C::mip_gnss_spartn_configuration_command::next_key_tow |
The GPS time of week the next key is valid until.
uint16_t mip::C::mip_gnss_spartn_configuration_command::next_key_week |
The GPS week number the next key is valid until.
uint8_t mip::C::mip_gnss_spartn_configuration_command::type |
Connection type (0 - None, 1 = Network, 2 = L-Band)