GNSS atomic time representation: week number (wno) and time of week (tow) used by GPS, Galileo and BeiDou.
More...
#include <time.hpp>
GNSS atomic time representation: week number (wno) and time of week (tow) used by GPS, Galileo and BeiDou.
Definition at line 419 of file time.hpp.
◆ Sys
GNSS time system.
Enumerator |
---|
GPS | GPS (also: SBAS, QZSS)
|
GAL | Galileo system time (GST)
|
BDS | BeiDou time.
|
Definition at line 423 of file time.hpp.
◆ WnoTow() [1/2]
fpsdk::common::time::WnoTow::WnoTow |
( |
const Sys | sys = Sys::GPS | ) |
|
◆ WnoTow() [2/2]
fpsdk::common::time::WnoTow::WnoTow |
( |
const int | wno, |
|
|
const double | tow, |
|
|
const Sys | sys = Sys::GPS ) |
Constructor.
- Parameters
-
[in] | wno | Week number [-] (>= 0) |
[in] | tow | Time of week [s] (0.0-603'799.999..) |
[in] | sys | GNSS |
◆ SysStr()
const char * fpsdk::common::time::WnoTow::SysStr |
( |
| ) |
const |
Stringify time system (for debugging)
- Returns
- a string identifying the time system
◆ wno_
int fpsdk::common::time::WnoTow::wno_ = 0 |
Week number [-] (>= 0)
Definition at line 446 of file time.hpp.
◆ tow_
double fpsdk::common::time::WnoTow::tow_ = 0.0 |
Time of week [s] (0.0-603'799.999..)
Definition at line 447 of file time.hpp.
◆ sys_
Sys fpsdk::common::time::WnoTow::sys_ |
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/time.hpp