MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Public Attributes | List of all members
mip::C::mip_gnss_spartn_configuration_command Struct Reference

#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...
 

Member Data Documentation

◆ current_key

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)

◆ current_key_tow

uint32_t mip::C::mip_gnss_spartn_configuration_command::current_key_tow

The GPS time of week the current key is valid until.

◆ current_key_week

uint16_t mip::C::mip_gnss_spartn_configuration_command::current_key_week

The GPS week number the current key is valid until.

◆ enable

uint8_t mip::C::mip_gnss_spartn_configuration_command::enable

Enable/Disable the SPARTN subsystem (0 = Disabled, 1 = Enabled)

◆ function

mip_function_selector mip::C::mip_gnss_spartn_configuration_command::function

◆ next_key

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)

◆ next_key_tow

uint32_t mip::C::mip_gnss_spartn_configuration_command::next_key_tow

The GPS time of week the next key is valid until.

◆ next_key_week

uint16_t mip::C::mip_gnss_spartn_configuration_command::next_key_week

The GPS week number the next key is valid until.

◆ type

uint8_t mip::C::mip_gnss_spartn_configuration_command::type

Connection type (0 - None, 1 = Network, 2 = L-Band)


The documentation for this struct was generated from the following file: