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

#include <commands_gnss.hpp>

Classes

struct  Response
 

Public Attributes

FunctionSelector function = static_cast<FunctionSelector>(0)
 
uint8_t gps_enable = 0
 Bitfield 0: Enable L1CA, 1: Enable L2C. More...
 
uint8_t glonass_enable = 0
 Bitfield 0: Enable L1OF, 1: Enable L2OF. More...
 
uint8_t galileo_enable = 0
 Bitfield 0: Enable E1, 1: Enable E5B. More...
 
uint8_t beidou_enable = 0
 Bitfield 0: Enable B1, 1: Enable B2. More...
 
uint8_t reserved [4] = {0}
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::commands_gnss::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::commands_gnss::CMD_SIGNAL_CONFIGURATION
 
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

◆ beidou_enable

uint8_t mip::commands_gnss::SignalConfiguration::beidou_enable = 0

Bitfield 0: Enable B1, 1: Enable B2.

◆ DESCRIPTOR_SET

const uint8_t mip::commands_gnss::SignalConfiguration::DESCRIPTOR_SET = ::mip::commands_gnss::DESCRIPTOR_SET
static

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_gnss::SignalConfiguration::FIELD_DESCRIPTOR = ::mip::commands_gnss::CMD_SIGNAL_CONFIGURATION
static

◆ function

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

◆ galileo_enable

uint8_t mip::commands_gnss::SignalConfiguration::galileo_enable = 0

Bitfield 0: Enable E1, 1: Enable E5B.

◆ glonass_enable

uint8_t mip::commands_gnss::SignalConfiguration::glonass_enable = 0

Bitfield 0: Enable L1OF, 1: Enable L2OF.

◆ gps_enable

uint8_t mip::commands_gnss::SignalConfiguration::gps_enable = 0

Bitfield 0: Enable L1CA, 1: Enable L2C.

◆ HAS_LOAD_FUNCTION

const bool mip::commands_gnss::SignalConfiguration::HAS_LOAD_FUNCTION = true
static

◆ HAS_READ_FUNCTION

const bool mip::commands_gnss::SignalConfiguration::HAS_READ_FUNCTION = true
static

◆ HAS_RESET_FUNCTION

const bool mip::commands_gnss::SignalConfiguration::HAS_RESET_FUNCTION = true
static

◆ HAS_SAVE_FUNCTION

const bool mip::commands_gnss::SignalConfiguration::HAS_SAVE_FUNCTION = true
static

◆ HAS_WRITE_FUNCTION

const bool mip::commands_gnss::SignalConfiguration::HAS_WRITE_FUNCTION = true
static

◆ reserved

uint8_t mip::commands_gnss::SignalConfiguration::reserved[4] = {0}

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