Bit definitions for the satellite status
bitmask (GNSSSatelliteInfo::status_flags). More...
Variables Index
| static constexpr uint8_t | STATUS_FLAG_HAS_EPHEM = 0x10 |
| static constexpr uint8_t | STATUS_FLAG_HAS_SBAS = 0x20 |
| static constexpr uint8_t | STATUS_FLAG_IS_NON_LINE_OF_SIGHT = 0x04 |
| static constexpr uint8_t | STATUS_FLAG_IS_UNHEALTHY = 0x02 |
| static constexpr uint8_t | STATUS_FLAG_IS_USED = 0x01 |
Description
bitmask (GNSSSatelliteInfo::status_flags).
Variables
STATUS_FLAG_HAS_EPHEM
| constexpr static |
Definition at line 444 of file solution.h.
444 static constexpr uint8_t STATUS_FLAG_HAS_EPHEM = 0x10;
STATUS_FLAG_HAS_SBAS
| constexpr static |
Definition at line 445 of file solution.h.
445 static constexpr uint8_t STATUS_FLAG_HAS_SBAS = 0x20;
STATUS_FLAG_IS_NON_LINE_OF_SIGHT
| constexpr static |
Definition at line 443 of file solution.h.
443 static constexpr uint8_t STATUS_FLAG_IS_NON_LINE_OF_SIGHT = 0x04;
STATUS_FLAG_IS_UNHEALTHY
| constexpr static |
Definition at line 442 of file solution.h.
442 static constexpr uint8_t STATUS_FLAG_IS_UNHEALTHY = 0x02;
STATUS_FLAG_IS_USED
| constexpr static |
Definition at line 441 of file solution.h.
441 static constexpr uint8_t STATUS_FLAG_IS_USED = 0x01;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.