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

#include <data_gnss.hpp>

Collaboration diagram for mip::data_gnss::RfErrorDetection:
Collaboration graph
[legend]

Classes

struct  ValidFlags
 

Public Types

enum class  RFBand : uint8_t { UNKNOWN = 0 , L1 = 1 , L2 = 2 , L5 = 5 }
 
enum class  JammingState : uint8_t { UNKNOWN = 0 , NONE = 1 , PARTIAL = 2 , SIGNIFICANT = 3 }
 
enum class  SpoofingState : uint8_t { UNKNOWN = 0 , NONE = 1 , PARTIAL = 2 , SIGNIFICANT = 3 }
 

Public Attributes

RFBand rf_band = static_cast<RFBand>(0)
 RF Band of the reported information. More...
 
JammingState jamming_state = static_cast<JammingState>(0)
 GNSS Jamming State (as reported by the GNSS module) More...
 
SpoofingState spoofing_state = static_cast<SpoofingState>(0)
 GNSS Spoofing State (as reported by the GNSS module) More...
 
uint8_t reserved [4] = {0}
 Reserved for future use. More...
 
ValidFlags valid_flags
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::data_gnss::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::data_gnss::DATA_RF_ERROR_DETECTION
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Enumeration Documentation

◆ JammingState

Enumerator
UNKNOWN 
NONE 
PARTIAL 
SIGNIFICANT 

◆ RFBand

Enumerator
UNKNOWN 
L1 
L2 
L5 

◆ SpoofingState

Enumerator
UNKNOWN 
NONE 
PARTIAL 
SIGNIFICANT 

Member Data Documentation

◆ DESCRIPTOR_SET

const uint8_t mip::data_gnss::RfErrorDetection::DESCRIPTOR_SET = ::mip::data_gnss::DESCRIPTOR_SET
static

◆ FIELD_DESCRIPTOR

const uint8_t mip::data_gnss::RfErrorDetection::FIELD_DESCRIPTOR = ::mip::data_gnss::DATA_RF_ERROR_DETECTION
static

◆ HAS_FUNCTION_SELECTOR

const bool mip::data_gnss::RfErrorDetection::HAS_FUNCTION_SELECTOR = false
static

◆ jamming_state

JammingState mip::data_gnss::RfErrorDetection::jamming_state = static_cast<JammingState>(0)

GNSS Jamming State (as reported by the GNSS module)

◆ reserved

uint8_t mip::data_gnss::RfErrorDetection::reserved[4] = {0}

Reserved for future use.

◆ rf_band

RFBand mip::data_gnss::RfErrorDetection::rf_band = static_cast<RFBand>(0)

RF Band of the reported information.

◆ spoofing_state

SpoofingState mip::data_gnss::RfErrorDetection::spoofing_state = static_cast<SpoofingState>(0)

GNSS Spoofing State (as reported by the GNSS module)

◆ valid_flags

ValidFlags mip::data_gnss::RfErrorDetection::valid_flags

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