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

#include <commands_3dm.hpp>

Classes

struct  OptionFlags
 
struct  Response
 
struct  Settings
 

Public Types

enum  ConstellationId : uint8_t {
  ConstellationId::GPS = 0, ConstellationId::SBAS = 1, ConstellationId::GALILEO = 2, ConstellationId::BEIDOU = 3,
  ConstellationId::QZSS = 5, ConstellationId::GLONASS = 6
}
 

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 Parameters. More...
 
uint16_t max_channels = 0
 
uint8_t config_count = 0
 
Settings settings [42]
 

Static Public Attributes

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

Member Enumeration Documentation

◆ ConstellationId

Enumerator
GPS 

GPS (G1-G32)

SBAS 

SBAS (S120-S158)

GALILEO 

GALILEO (E1-E36)

BEIDOU 

BeiDou (B1-B37)

QZSS 

QZSS (Q1-Q5)

GLONASS 

GLONASS (R1-R32)

Member Function Documentation

◆ asTuple() [1/2]

auto mip::commands_3dm::ConstellationSettings::asTuple ( )
inline

◆ asTuple() [2/2]

auto mip::commands_3dm::ConstellationSettings::asTuple ( ) const
inline

◆ create_sld_all()

static ConstellationSettings mip::commands_3dm::ConstellationSettings::create_sld_all ( ::mip::FunctionSelector  function)
inlinestatic

◆ extract()

void mip::commands_3dm::ConstellationSettings::extract ( Serializer serializer)

◆ insert()

void mip::commands_3dm::ConstellationSettings::insert ( Serializer serializer) const

Serialization.

Member Data Documentation

◆ config_count

uint8_t mip::commands_3dm::ConstellationSettings::config_count = 0

◆ DESCRIPTOR

constexpr const CompositeDescriptor mip::commands_3dm::ConstellationSettings::DESCRIPTOR = {DESCRIPTOR_SET, FIELD_DESCRIPTOR}
staticconstexpr

◆ DESCRIPTOR_SET

constexpr const uint8_t mip::commands_3dm::ConstellationSettings::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
staticconstexpr

Descriptors.

◆ DOC_NAME

constexpr const char* mip::commands_3dm::ConstellationSettings::DOC_NAME = "ConstellationSettings"
staticconstexpr

◆ FIELD_DESCRIPTOR

constexpr const uint8_t mip::commands_3dm::ConstellationSettings::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_GNSS_CONSTELLATION_SETTINGS
staticconstexpr

◆ function

FunctionSelector mip::commands_3dm::ConstellationSettings::function = static_cast<FunctionSelector>(0)

Parameters.

◆ HAS_FUNCTION_SELECTOR

constexpr const bool mip::commands_3dm::ConstellationSettings::HAS_FUNCTION_SELECTOR = true
staticconstexpr

◆ max_channels

uint16_t mip::commands_3dm::ConstellationSettings::max_channels = 0

◆ NAME

constexpr const char* mip::commands_3dm::ConstellationSettings::NAME = "ConstellationSettings"
staticconstexpr

◆ settings

Settings mip::commands_3dm::ConstellationSettings::settings[42]

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