GPS year and day of year in GPS standard time [GPST].
More...
|
int32_t | doy |
| Contains day of year in GPS standard time [GPST].
|
|
long double | sod |
| Contains second of day in GPS standard time [GPST].
|
|
int32_t | year |
| Contains year in GPS standard time [GPST].
|
|
GPS year and day of year in GPS standard time [GPST].
Definition at line 612 of file InsTime.hpp.
◆ InsTime_YDoySod()
NAV::InsTime_YDoySod::InsTime_YDoySod |
( |
int32_t | year, |
|
|
int32_t | doy, |
|
|
long double | sod ) |
|
inlineconstexpr |
Constructor.
- Parameters
-
[in] | year | Year in GPS standard time [GPST] |
[in] | doy | Day of year in GPS standard time [1-365(/366)] |
[in] | sod | Second of day in GPS standard time [GPST] |
Definition at line 622 of file InsTime.hpp.
◆ operator std::string()
NAV::InsTime_YDoySod::operator std::string |
( |
| ) |
const |
|
explicit |
Converts the object into a readable string.
Definition at line 55 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 668 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 689 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 675 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 651 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 699 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 682 of file InsTime.hpp.
◆ doy
int32_t NAV::InsTime_YDoySod::doy |
Contains day of year in GPS standard time [GPST].
Definition at line 615 of file InsTime.hpp.
◆ sod
long double NAV::InsTime_YDoySod::sod |
Contains second of day in GPS standard time [GPST].
Definition at line 616 of file InsTime.hpp.
◆ year
int32_t NAV::InsTime_YDoySod::year |
Contains year in GPS standard time [GPST].
Definition at line 614 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