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].
Definition at line 368 of file InsTime.hpp.
◆ InsTime_GPSweekTow()
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] |
Definition at line 378 of file InsTime.hpp.
◆ operator std::string()
NAV::InsTime_GPSweekTow::operator std::string |
( |
| ) |
const |
|
explicit |
Converts the object into a readable string.
Definition at line 41 of file InsTime.cpp.
◆ operator!=()
Inequal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
Definition at line 423 of file InsTime.hpp.
◆ operator<()
Smaller comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
Definition at line 444 of file InsTime.hpp.
◆ operator<=()
Smaller or equal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
Definition at line 430 of file InsTime.hpp.
◆ operator==()
Equal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
Definition at line 407 of file InsTime.hpp.
◆ operator>()
Greater comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
Definition at line 454 of file InsTime.hpp.
◆ operator>=()
Greater or equal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
Definition at line 437 of file InsTime.hpp.
◆ gpsCycle
int32_t NAV::InsTime_GPSweekTow::gpsCycle |
Contains GPS cycle in GPS standard time [GPST].
Definition at line 370 of file InsTime.hpp.
◆ gpsWeek
int32_t NAV::InsTime_GPSweekTow::gpsWeek |
Contains GPS week in GPS standard time [GPST].
Definition at line 371 of file InsTime.hpp.
◆ tow
long double NAV::InsTime_GPSweekTow::tow |
Contains GPS time of week in seconds in GPS standard time [GPST].
Definition at line 372 of file InsTime.hpp.
The documentation for this struct was generated from the following files:
- /home/runner/work/INSTINCT/INSTINCT/src/Navigation/Time/InsTime.hpp
- /home/runner/work/INSTINCT/INSTINCT/src/Navigation/Time/InsTime.cpp