GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
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.

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.

Member Data Documentation

◆ microseconds

double Agnss_Ref_Time::microseconds {}

Definition at line 44 of file agnss_ref_time.h.

◆ seconds

double Agnss_Ref_Time::seconds {}

Definition at line 43 of file agnss_ref_time.h.

◆ tow

double Agnss_Ref_Time::tow {}

Definition at line 41 of file agnss_ref_time.h.

◆ valid

bool Agnss_Ref_Time::valid {}

Definition at line 45 of file agnss_ref_time.h.

◆ week

double Agnss_Ref_Time::week {}

Definition at line 42 of file agnss_ref_time.h.


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