GPS year and day of year in GPS standard time [GPST].
More...
|
constexpr | InsTime_YDoySod (int32_t year, int32_t doy, long double sod) |
| Constructor.
|
|
| operator std::string () const |
| Converts the object into a readable string.
|
|
constexpr bool | operator!= (const InsTime_YDoySod &rhs) const |
| Inequal comparison operator (takes double precision into account)
|
|
constexpr bool | operator< (const InsTime_YDoySod &rhs) const |
| Smaller comparison operator (takes double precision into account)
|
|
constexpr bool | operator<= (const InsTime_YDoySod &rhs) const |
| Smaller or equal comparison operator (takes double precision into account)
|
|
constexpr bool | operator== (const InsTime_YDoySod &rhs) const |
| Equal comparison operator (takes double precision into account)
|
|
constexpr bool | operator> (const InsTime_YDoySod &rhs) const |
| Greater comparison operator (takes double precision into account)
|
|
constexpr bool | operator>= (const InsTime_YDoySod &rhs) const |
| Greater or equal comparison operator (takes double precision into account)
|
|
|
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].
◆ 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] |
◆ operator!=()
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<=()
Smaller or equal comparison operator (takes double precision into account)
- Parameters
-
[in] | rhs | Right-hand side to compare with |
- Returns
- Comparison result
◆ operator==()
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>=()
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