#include <data_gnss.hpp>
|  | 
| enum | _enumType : uint16_t { NONE = 0x0000, 
TOW = 0x0001, 
WEEK_NUMBER = 0x0002, 
RECEIVER_ID = 0x0004,
 TRACKING_CHANNEL = 0x0008, 
GNSS_ID = 0x0010, 
SATELLITE_ID = 0x0020, 
SIGNAL_ID = 0x0040,
 SIGNAL_STRENGTH = 0x0080, 
QUALITY = 0x0100, 
PSEUDORANGE = 0x0200, 
CARRIER_PHASE = 0x0400,
 DOPPLER = 0x0800, 
RANGE_UNCERTAINTY = 0x1000, 
CARRIER_PHASE_UNCERTAINTY = 0x2000, 
DOPPLER_UNCERTAINTY = 0x4000,
 LOCK_TIME = 0x8000, 
FLAGS = 0xFFFF, 
ALL = 0xFFFF
 }
 | 
|  | 
| typedef uint16_t | Type | 
|  | 
◆ Type
◆ _enumType
| Enumerator | 
|---|
| NONE |  | 
| TOW |  | 
| WEEK_NUMBER |  | 
| RECEIVER_ID |  | 
| TRACKING_CHANNEL |  | 
| GNSS_ID |  | 
| SATELLITE_ID |  | 
| SIGNAL_ID |  | 
| SIGNAL_STRENGTH |  | 
| QUALITY |  | 
| PSEUDORANGE |  | 
| CARRIER_PHASE |  | 
| DOPPLER |  | 
| RANGE_UNCERTAINTY |  | 
| CARRIER_PHASE_UNCERTAINTY |  | 
| DOPPLER_UNCERTAINTY |  | 
| LOCK_TIME |  | 
| FLAGS |  | 
| ALL |  | 
 
 
◆ ValidFlags() [1/2]
  
  | 
        
          | constexpr mip::data_gnss::Raw::ValidFlags::ValidFlags | ( |  | ) |  |  | inlineconstexpr | 
 
 
◆ ValidFlags() [2/2]
  
  | 
        
          | constexpr mip::data_gnss::Raw::ValidFlags::ValidFlags | ( | int | val | ) |  |  | inlineconstexpr | 
 
 
◆ operator uint16_t()
  
  | 
        
          | constexpr mip::data_gnss::Raw::ValidFlags::operator uint16_t | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ operator=() [1/2]
  
  | 
        
          | constexpr ValidFlags& mip::data_gnss::Raw::ValidFlags::operator= | ( | uint16_t | val | ) |  |  | inlineconstexpr | 
 
 
◆ operator=() [2/2]
  
  | 
        
          | constexpr ValidFlags& mip::data_gnss::Raw::ValidFlags::operator= | ( | int | val | ) |  |  | inlineconstexpr | 
 
 
◆ operator|=()
  
  | 
        
          | constexpr ValidFlags& mip::data_gnss::Raw::ValidFlags::operator|= | ( | uint16_t | val | ) |  |  | inlineconstexpr | 
 
 
◆ operator&=()
  
  | 
        
          | constexpr ValidFlags& mip::data_gnss::Raw::ValidFlags::operator&= | ( | uint16_t | val | ) |  |  | inlineconstexpr | 
 
 
◆ tow() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::tow | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ tow() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::tow | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ weekNumber() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::weekNumber | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ weekNumber() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::weekNumber | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ receiverId() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::receiverId | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ receiverId() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::receiverId | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ trackingChannel() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::trackingChannel | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ trackingChannel() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::trackingChannel | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ gnssId() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::gnssId | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ gnssId() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::gnssId | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ satelliteId() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::satelliteId | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ satelliteId() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::satelliteId | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ signalId() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::signalId | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ signalId() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::signalId | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ signalStrength() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::signalStrength | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ signalStrength() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::signalStrength | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ quality() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::quality | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ quality() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::quality | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ pseudorange() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::pseudorange | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ pseudorange() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::pseudorange | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ carrierPhase() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::carrierPhase | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ carrierPhase() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::carrierPhase | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ doppler() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::doppler | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ doppler() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::doppler | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ rangeUncertainty() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::rangeUncertainty | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ rangeUncertainty() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::rangeUncertainty | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ carrierPhaseUncertainty() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::carrierPhaseUncertainty | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ carrierPhaseUncertainty() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::carrierPhaseUncertainty | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ dopplerUncertainty() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::dopplerUncertainty | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ dopplerUncertainty() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::dopplerUncertainty | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ lockTime() [1/2]
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::lockTime | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ lockTime() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::lockTime | ( | bool | val | ) |  |  | inlineconstexpr | 
 
 
◆ flags() [1/2]
  
  | 
        
          | constexpr uint16_t mip::data_gnss::Raw::ValidFlags::flags | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ flags() [2/2]
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::flags | ( | uint16_t | val | ) |  |  | inlineconstexpr | 
 
 
◆ allSet()
  
  | 
        
          | constexpr bool mip::data_gnss::Raw::ValidFlags::allSet | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ setAll()
  
  | 
        
          | constexpr void mip::data_gnss::Raw::ValidFlags::setAll | ( |  | ) |  |  | inlineconstexpr | 
 
 
◆ value
      
        
          | uint16_t mip::data_gnss::Raw::ValidFlags::value = NONE | 
      
 
 
The documentation for this struct was generated from the following file: