GPS week and time of week in GPS standard time [GPST].
More...
|
int32_t | gpsCycle |
| Contains GPS cycle in GPS standard time [GPST].
|
|
int32_t | gpsWeek |
| Contains GPS week in GPS standard time [GPST].
|
|
long double | tow |
| Contains GPS time of week in seconds in GPS standard time [GPST].
|
|
GPS week and time of week in GPS standard time [GPST].
◆ InsTime_GPSweekTow()
constexpr NAV::InsTime_GPSweekTow::InsTime_GPSweekTow |
( |
int32_t | gpsCycle, |
|
|
int32_t | gpsWeek, |
|
|
long double | tow ) |
|
inlineconstexpr |
Constructor.
- Parameters
-
[in] | gpsCycle | GPS cycle in GPS standard time [GPST] |
[in] | gpsWeek | GPS week in GPS standard time [GPST] |
[in] | tow | GPS time of week in seconds in GPS standard time [GPST] |
◆ operator!=()
constexpr bool NAV::InsTime_GPSweekTow::operator!= |
( |
const InsTime_GPSweekTow & | rhs | ) |
const |
|
inlineconstexpr |
Inequal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
◆ operator<()
Smaller comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
◆ operator<=()
constexpr bool NAV::InsTime_GPSweekTow::operator<= |
( |
const InsTime_GPSweekTow & | rhs | ) |
const |
|
inlineconstexpr |
Smaller or equal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
◆ operator==()
constexpr bool NAV::InsTime_GPSweekTow::operator== |
( |
const InsTime_GPSweekTow & | rhs | ) |
const |
|
inlineconstexpr |
Equal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
◆ operator>()
Greater comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
◆ operator>=()
constexpr bool NAV::InsTime_GPSweekTow::operator>= |
( |
const InsTime_GPSweekTow & | rhs | ) |
const |
|
inlineconstexpr |
Greater or equal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
The documentation for this struct was generated from the following file:
- /home/runner/work/INSTINCT/INSTINCT/src/Navigation/Time/InsTime.hpp