0.2.0
Loading...
Searching...
No Matches
NAV::InsTime_GPSweekTow Struct Reference

GPS week and time of week in GPS standard time [GPST]. More...

Public Member Functions

constexpr InsTime_GPSweekTow (int32_t gpsCycle, int32_t gpsWeek, long double tow)
 Constructor.
 
 operator std::string () const
 Converts the object into a readable string.
 
constexpr bool operator!= (const InsTime_GPSweekTow &rhs) const
 Inequal comparison operator (takes double precision into account)
 
constexpr bool operator< (const InsTime_GPSweekTow &rhs) const
 Smaller comparison operator (takes double precision into account)
 
constexpr bool operator<= (const InsTime_GPSweekTow &rhs) const
 Smaller or equal comparison operator (takes double precision into account)
 
constexpr bool operator== (const InsTime_GPSweekTow &rhs) const
 Equal comparison operator (takes double precision into account)
 
constexpr bool operator> (const InsTime_GPSweekTow &rhs) const
 Greater comparison operator (takes double precision into account)
 
constexpr bool operator>= (const InsTime_GPSweekTow &rhs) const
 Greater or equal comparison operator (takes double precision into account)
 

Public Attributes

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].
 

Detailed Description

GPS week and time of week in GPS standard time [GPST].

Constructor & Destructor Documentation

◆ InsTime_GPSweekTow()

constexpr NAV::InsTime_GPSweekTow::InsTime_GPSweekTow ( int32_t gpsCycle,
int32_t gpsWeek,
long double tow )
inlineconstexpr

Constructor.

Parameters
[in]gpsCycleGPS cycle in GPS standard time [GPST]
[in]gpsWeekGPS week in GPS standard time [GPST]
[in]towGPS time of week in seconds in GPS standard time [GPST]

Member Function Documentation

◆ operator!=()

constexpr bool NAV::InsTime_GPSweekTow::operator!= ( const InsTime_GPSweekTow & rhs) const
inlineconstexpr

Inequal comparison operator (takes double precision into account)

Parameters
[in]rhsRight-hand side to compare with
Returns
Comparison result

◆ operator<()

constexpr bool NAV::InsTime_GPSweekTow::operator< ( const InsTime_GPSweekTow & rhs) const
inlineconstexpr

Smaller comparison operator (takes double precision into account)

Parameters
[in]rhsRight-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]rhsRight-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]rhsRight-hand side to compare with
Returns
Comparison result

◆ operator>()

constexpr bool NAV::InsTime_GPSweekTow::operator> ( const InsTime_GPSweekTow & rhs) const
inlineconstexpr

Greater comparison operator (takes double precision into account)

Parameters
[in]rhsRight-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]rhsRight-hand side to compare with
Returns
Comparison result

The documentation for this struct was generated from the following file: