![]() |
GNSS-SDR
0.0.19
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. More... | |
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.
1.8.14