![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Interface of an Assisted GNSS REFERENCE TIME storage. More...
#include <agnss_ref_time.h>
Public Member Functions | |
| Agnss_Ref_Time ()=default | |
| template<class Archive> | |
| void | serialize (Archive &archive, const unsigned int version) |
| Serialize is a boost standard method to be called by the boost XML serialization. Here is used to save the ref time data on disk file. | |
Public Attributes | |
| double | tow {} |
| double | week {} |
| double | seconds {} |
| double | microseconds {} |
| bool | valid {} |
Interface of an Assisted GNSS REFERENCE TIME storage.
Definition at line 33 of file agnss_ref_time.h.
|
default |
Default constructor
|
inline |
Serialize is a boost standard method to be called by the boost XML serialization. Here is used to save the ref time data on disk file.
Definition at line 53 of file agnss_ref_time.h.
| double Agnss_Ref_Time::microseconds {} |
Definition at line 44 of file agnss_ref_time.h.
| double Agnss_Ref_Time::seconds {} |
Definition at line 43 of file agnss_ref_time.h.
| double Agnss_Ref_Time::tow {} |
Definition at line 41 of file agnss_ref_time.h.
| bool Agnss_Ref_Time::valid {} |
Definition at line 45 of file agnss_ref_time.h.
| double Agnss_Ref_Time::week {} |
Definition at line 42 of file agnss_ref_time.h.