MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
mip::commands_gnss::SpartnConfiguration Struct Reference

#include <commands_gnss.hpp>

Classes

struct  Response
 

Public Member Functions

auto asTuple () const
 
auto asTuple ()
 
void insert (Serializer &serializer) const
 Serialization. More...
 
void extract (Serializer &serializer)
 

Static Public Member Functions

static SpartnConfiguration create_sld_all (::mip::FunctionSelector function)
 

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 Parameters. More...
 
uint8_t enable = 0
 Enable/Disable the SPARTN subsystem (0 = Disabled, 1 = Enabled) More...
 
uint8_t type = 0
 Connection type (0 - None, 1 = Network, 2 = L-Band) More...
 
uint32_t current_key_tow = 0
 The GPS time of week the current key is valid until. More...
 
uint16_t current_key_week = 0
 The GPS week number the current key is valid until. More...
 
uint8_t current_key [32] = {0}
 32 character string of ASCII hex values for the current key (e.g. "bc" for 0xBC) More...
 
uint32_t next_key_tow = 0
 The GPS time of week the next key is valid until. More...
 
uint16_t next_key_week = 0
 The GPS week number the next key is valid until. More...
 
uint8_t next_key [32] = {0}
 32 character string of ASCII hex valuesfor the next key (e.g. "bc" for 0xBC) More...
 

Static Public Attributes

static constexpr const uint8_t DESCRIPTOR_SET = ::mip::commands_gnss::DESCRIPTOR_SET
 Descriptors. More...
 
static constexpr const uint8_t FIELD_DESCRIPTOR = ::mip::commands_gnss::CMD_SPARTN_CONFIGURATION
 
static constexpr const CompositeDescriptor DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
 
static constexpr const char * NAME = "SpartnConfiguration"
 
static constexpr const char * DOC_NAME = "SpartnConfiguration"
 
static constexpr const bool HAS_FUNCTION_SELECTOR = true
 

Member Function Documentation

◆ asTuple() [1/2]

auto mip::commands_gnss::SpartnConfiguration::asTuple ( )
inline

◆ asTuple() [2/2]

auto mip::commands_gnss::SpartnConfiguration::asTuple ( ) const
inline

◆ create_sld_all()

static SpartnConfiguration mip::commands_gnss::SpartnConfiguration::create_sld_all ( ::mip::FunctionSelector  function)
inlinestatic

◆ extract()

void mip::commands_gnss::SpartnConfiguration::extract ( Serializer serializer)

◆ insert()

void mip::commands_gnss::SpartnConfiguration::insert ( Serializer serializer) const

Serialization.

Member Data Documentation

◆ current_key

uint8_t mip::commands_gnss::SpartnConfiguration::current_key[32] = {0}

32 character string of ASCII hex values for the current key (e.g. "bc" for 0xBC)

◆ current_key_tow

uint32_t mip::commands_gnss::SpartnConfiguration::current_key_tow = 0

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

◆ current_key_week

uint16_t mip::commands_gnss::SpartnConfiguration::current_key_week = 0

The GPS week number the current key is valid until.

◆ DESCRIPTOR

constexpr const CompositeDescriptor mip::commands_gnss::SpartnConfiguration::DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
staticconstexpr

◆ DESCRIPTOR_SET

constexpr const uint8_t mip::commands_gnss::SpartnConfiguration::DESCRIPTOR_SET = ::mip::commands_gnss::DESCRIPTOR_SET
staticconstexpr

Descriptors.

◆ DOC_NAME

constexpr const char* mip::commands_gnss::SpartnConfiguration::DOC_NAME = "SpartnConfiguration"
staticconstexpr

◆ enable

uint8_t mip::commands_gnss::SpartnConfiguration::enable = 0

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

◆ FIELD_DESCRIPTOR

constexpr const uint8_t mip::commands_gnss::SpartnConfiguration::FIELD_DESCRIPTOR = ::mip::commands_gnss::CMD_SPARTN_CONFIGURATION
staticconstexpr

◆ function

FunctionSelector mip::commands_gnss::SpartnConfiguration::function = static_cast<FunctionSelector>(0)

Parameters.

◆ HAS_FUNCTION_SELECTOR

constexpr const bool mip::commands_gnss::SpartnConfiguration::HAS_FUNCTION_SELECTOR = true
staticconstexpr

◆ NAME

constexpr const char* mip::commands_gnss::SpartnConfiguration::NAME = "SpartnConfiguration"
staticconstexpr

◆ next_key

uint8_t mip::commands_gnss::SpartnConfiguration::next_key[32] = {0}

32 character string of ASCII hex valuesfor the next key (e.g. "bc" for 0xBC)

◆ next_key_tow

uint32_t mip::commands_gnss::SpartnConfiguration::next_key_tow = 0

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

◆ next_key_week

uint16_t mip::commands_gnss::SpartnConfiguration::next_key_week = 0

The GPS week number the next key is valid until.

◆ type

uint8_t mip::commands_gnss::SpartnConfiguration::type = 0

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


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