0.2.0
|
Identifies a satellite (satellite system and number) More...
Public Member Functions | |
constexpr bool | operator< (const SatId &rhs) const |
Less than comparison (needed for map) | |
constexpr bool | operator== (const SatId &rhs) const |
Equal comparison (needed for unordered_map) | |
SatId ()=default | |
Default constructor. | |
SatId (SatelliteSystem satSys, uint16_t satNum) | |
Constructor. | |
Public Attributes | |
uint16_t | satNum |
Number of the satellite. | |
SatelliteSystem | satSys |
Satellite system (GPS, GLONASS, GALILEO, QZSS, BDS, IRNSS, SBAS) | |
Identifies a satellite (satellite system and number)
|
inline |
Constructor.
[in] | satSys | Satellite system |
[in] | satNum | Number of the satellite |
|
inlineconstexpr |
Less than comparison (needed for map)
[in] | rhs | Right hand side of the operator |
|
inlineconstexpr |
Equal comparison (needed for unordered_map)
[in] | rhs | Right hand side of the operator |