Identifies a satellite signal (satellite frequency and number)
More...
|
Frequency | freq () const |
| Returns the frequency of the satellite signal.
|
|
bool | operator< (const SatSigId &rhs) const |
| Less than comparison (needed for map)
|
|
bool | operator== (const SatSigId &rhs) const |
| Equal comparison (needed for unordered_map)
|
|
| SatSigId ()=default |
| Default constructor.
|
|
| SatSigId (Code code, uint16_t satNum) |
| Constructor.
|
|
SatId | toSatId () const |
| Returns a satellite identifier for the satellite signal.
|
|
|
Code | code |
| Code.
|
|
uint16_t | satNum |
| Number of the satellite.
|
|
Identifies a satellite signal (satellite frequency and number)
◆ SatSigId()
NAV::SatSigId::SatSigId |
( |
Code | code, |
|
|
uint16_t | satNum ) |
|
inline |
Constructor.
- Parameters
-
[in] | code | Signal code |
[in] | satNum | Number of the satellite |
◆ operator<()
bool NAV::SatSigId::operator< |
( |
const SatSigId & | rhs | ) |
const |
|
inline |
Less than comparison (needed for map)
- Parameters
-
[in] | rhs | Right hand side of the operator |
- Returns
- True if lhs < rhs
◆ operator==()
bool NAV::SatSigId::operator== |
( |
const SatSigId & | rhs | ) |
const |
|
inline |
Equal comparison (needed for unordered_map)
- Parameters
-
[in] | rhs | Right hand side of the operator |
- Returns
- True if the elements are equal
The documentation for this struct was generated from the following file: