MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Public Attributes | Static Public Attributes | List of all members
mip::commands_3dm::GnssSbasSettings Struct Reference

#include <commands_3dm.hpp>

Collaboration diagram for mip::commands_3dm::GnssSbasSettings:
Collaboration graph
[legend]

Classes

struct  Response
 
struct  SBASOptions
 

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 
uint8_t enable_sbas = 0
 0 - SBAS Disabled, 1 - SBAS enabled More...
 
SBASOptions sbas_options
 SBAS options, see definition. More...
 
uint8_t num_included_prns = 0
 Number of SBAS PRNs to include in search (0 = include all) More...
 
uint16_t * included_prns = {nullptr}
 List of specific SBAS PRNs to search for. More...
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_GNSS_SBAS_SETTINGS
 
static const bool HAS_WRITE_FUNCTION = true
 
static const bool HAS_READ_FUNCTION = true
 
static const bool HAS_SAVE_FUNCTION = true
 
static const bool HAS_LOAD_FUNCTION = true
 
static const bool HAS_RESET_FUNCTION = true
 

Member Data Documentation

◆ DESCRIPTOR_SET

const uint8_t mip::commands_3dm::GnssSbasSettings::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
static

◆ enable_sbas

uint8_t mip::commands_3dm::GnssSbasSettings::enable_sbas = 0

0 - SBAS Disabled, 1 - SBAS enabled

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_3dm::GnssSbasSettings::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_GNSS_SBAS_SETTINGS
static

◆ function

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

◆ HAS_LOAD_FUNCTION

const bool mip::commands_3dm::GnssSbasSettings::HAS_LOAD_FUNCTION = true
static

◆ HAS_READ_FUNCTION

const bool mip::commands_3dm::GnssSbasSettings::HAS_READ_FUNCTION = true
static

◆ HAS_RESET_FUNCTION

const bool mip::commands_3dm::GnssSbasSettings::HAS_RESET_FUNCTION = true
static

◆ HAS_SAVE_FUNCTION

const bool mip::commands_3dm::GnssSbasSettings::HAS_SAVE_FUNCTION = true
static

◆ HAS_WRITE_FUNCTION

const bool mip::commands_3dm::GnssSbasSettings::HAS_WRITE_FUNCTION = true
static

◆ included_prns

uint16_t* mip::commands_3dm::GnssSbasSettings::included_prns = {nullptr}

List of specific SBAS PRNs to search for.

◆ num_included_prns

uint8_t mip::commands_3dm::GnssSbasSettings::num_included_prns = 0

Number of SBAS PRNs to include in search (0 = include all)

◆ sbas_options

SBASOptions mip::commands_3dm::GnssSbasSettings::sbas_options

SBAS options, see definition.


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