Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk::common::time::GloTime Struct Reference

GLONASS time. More...

#include <time.hpp>

Public Member Functions

 GloTime ()=default
 Ctor.
 
 GloTime (const int N4, const int Nt, const double TOD)
 Constructor.
 

Public Attributes

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

Detailed Description

GLONASS time.

Definition at line 462 of file time.hpp.

Constructor & Destructor Documentation

◆ GloTime()

fpsdk::common::time::GloTime::GloTime ( const int N4,
const int Nt,
const double TOD )

Constructor.

Parameters
[in]N4Four-year interval, 1=1996..1999, 2=2000..2003, ..., valid range: 1-...
[in]NtDay in four-year interval, valid range: 1-1461
[in]TODTime of day (in Москва time zone) [s]

Member Data Documentation

◆ 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: