Bit definitions for the signal status
bitmask (GNSSSignalInfo::status_flags). More...
Variables Index
| static constexpr uint16_t | STATUS_FLAG_CARRIER_AMBIGUITY_RESOLVED = 0x08 |
| static constexpr uint16_t | STATUS_FLAG_CARRIER_LOCKED = 0x40 |
| static constexpr uint16_t | STATUS_FLAG_HAS_EPHEM = 0x400 |
| static constexpr uint16_t | STATUS_FLAG_HAS_RTK = 0x100 |
| static constexpr uint16_t | STATUS_FLAG_HAS_SBAS = 0x200 |
| static constexpr uint16_t | STATUS_FLAG_USED_CARRIER = 0x04 |
| static constexpr uint16_t | STATUS_FLAG_USED_DOPPLER = 0x02 |
| static constexpr uint16_t | STATUS_FLAG_USED_PR = 0x01 |
| static constexpr uint16_t | STATUS_FLAG_VALID_DOPPLER = 0x20 |
| static constexpr uint16_t | STATUS_FLAG_VALID_PR = 0x10 |
Description
bitmask (GNSSSignalInfo::status_flags).
Variables
STATUS_FLAG_CARRIER_AMBIGUITY_RESOLVED
| constexpr static |
Definition at line 490 of file solution.h.
490 static constexpr uint16_t STATUS_FLAG_CARRIER_AMBIGUITY_RESOLVED = 0x08;
STATUS_FLAG_CARRIER_LOCKED
| constexpr static |
Definition at line 494 of file solution.h.
494 static constexpr uint16_t STATUS_FLAG_CARRIER_LOCKED = 0x40;
STATUS_FLAG_HAS_EPHEM
| constexpr static |
Definition at line 498 of file solution.h.
498 static constexpr uint16_t STATUS_FLAG_HAS_EPHEM = 0x400;
STATUS_FLAG_HAS_RTK
| constexpr static |
Definition at line 496 of file solution.h.
496 static constexpr uint16_t STATUS_FLAG_HAS_RTK = 0x100;
STATUS_FLAG_HAS_SBAS
| constexpr static |
Definition at line 497 of file solution.h.
497 static constexpr uint16_t STATUS_FLAG_HAS_SBAS = 0x200;
STATUS_FLAG_USED_CARRIER
| constexpr static |
Definition at line 489 of file solution.h.
489 static constexpr uint16_t STATUS_FLAG_USED_CARRIER = 0x04;
STATUS_FLAG_USED_DOPPLER
| constexpr static |
Definition at line 488 of file solution.h.
488 static constexpr uint16_t STATUS_FLAG_USED_DOPPLER = 0x02;
STATUS_FLAG_USED_PR
| constexpr static |
Definition at line 487 of file solution.h.
487 static constexpr uint16_t STATUS_FLAG_USED_PR = 0x01;
STATUS_FLAG_VALID_DOPPLER
| constexpr static |
Definition at line 493 of file solution.h.
493 static constexpr uint16_t STATUS_FLAG_VALID_DOPPLER = 0x20;
STATUS_FLAG_VALID_PR
| constexpr static |
Definition at line 492 of file solution.h.
492 static constexpr uint16_t STATUS_FLAG_VALID_PR = 0x10;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.