GLONASS time.
More...
#include <time.hpp>
|
| GloTime ()=default |
| Ctor.
|
|
| GloTime (const int N4, const int Nt, const double TOD) |
| Constructor.
|
|
|
int | N4_ = 0 |
| Four-year interval, 1=1996..1999, 2=2000..2003, ..., valid range: 1-...
|
|
int | Nt_ = 0 |
| Day in four-year interval, valid range: 1-1461.
|
|
double | TOD_ = 0.0 |
| Time of day (in Москва time zone) [s].
|
|
GLONASS time.
Definition at line 462 of file time.hpp.
◆ GloTime()
fpsdk::common::time::GloTime::GloTime |
( |
const int | N4, |
|
|
const int | Nt, |
|
|
const double | TOD ) |
Constructor.
- Parameters
-
[in] | N4 | Four-year interval, 1=1996..1999, 2=2000..2003, ..., valid range: 1-... |
[in] | Nt | Day in four-year interval, valid range: 1-1461 |
[in] | TOD | Time of day (in Москва time zone) [s] |
◆ N4_
int fpsdk::common::time::GloTime::N4_ = 0 |
Four-year interval, 1=1996..1999, 2=2000..2003, ..., valid range: 1-...
Definition at line 475 of file time.hpp.
◆ Nt_
int fpsdk::common::time::GloTime::Nt_ = 0 |
Day in four-year interval, valid range: 1-1461.
Definition at line 476 of file time.hpp.
◆ TOD_
double fpsdk::common::time::GloTime::TOD_ = 0.0 |
Time of day (in Москва time zone) [s].
Definition at line 477 of file time.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/time.hpp