GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | Public Attributes | List of all members
Agnss_Ref_Time Class Reference

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 {}
 

Detailed Description

Interface of an Assisted GNSS REFERENCE TIME storage.

Definition at line 33 of file agnss_ref_time.h.

Constructor & Destructor Documentation

◆ Agnss_Ref_Time()

Agnss_Ref_Time::Agnss_Ref_Time ( )
default

Default constructor

Member Function Documentation

◆ serialize()

template<class Archive >
void Agnss_Ref_Time::serialize ( Archive &  archive,
const unsigned int  version 
)
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.


The documentation for this class was generated from the following file: