FP_A GPS time.
More...
#include <fpa.hpp>
|
bool | operator== (const FpaGpsTime &rhs) const |
| Equal (epsilon = 1e-6)
|
|
bool | operator!= (const FpaGpsTime &rhs) const |
| Not equal (epsilon = 1e-6)
|
|
bool | operator< (const FpaGpsTime &rhs) const |
| Less than.
|
|
bool | operator> (const FpaGpsTime &rhs) const |
| Greater than.
|
|
bool | operator<= (const FpaGpsTime &rhs) const |
| Less or equal than.
|
|
bool | operator>= (const FpaGpsTime &rhs) const |
| Greater or equal than.
|
|
|
FpaInt | week |
| GPS week number, range 0-9999, or null if time not (yet) available.
|
|
FpaFloat | tow |
| GPS time of week, range 0.000-604799.999999, or null if time not (yet) available.
|
|
FP_A GPS time.
Definition at line 512 of file fpa.hpp.
◆ week
FpaInt fpsdk::common::parser::fpa::FpaGpsTime::week |
GPS week number, range 0-9999, or null if time not (yet) available.
Definition at line 514 of file fpa.hpp.
◆ tow
FpaFloat fpsdk::common::parser::fpa::FpaGpsTime::tow |
GPS time of week, range 0.000-604799.999999, or null if time not (yet) available.
Definition at line 515 of file fpa.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/parser/fpa.hpp