GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
Agnss_Ref_Location Class Reference

Interface of an Assisted GNSS REFERENCE LOCATION storage. More...

#include <agnss_ref_location.h>

Public Member Functions

 Agnss_Ref_Location ()=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 location on disk file.

Public Attributes

double lat {}
double lon {}
double uncertainty {}
bool valid {}

Detailed Description

Interface of an Assisted GNSS REFERENCE LOCATION storage.

Definition at line 33 of file agnss_ref_location.h.

Constructor & Destructor Documentation

◆ Agnss_Ref_Location()

Agnss_Ref_Location::Agnss_Ref_Location ( )
default

Default constructor

Member Function Documentation

◆ serialize()

template<class Archive>
void Agnss_Ref_Location::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 location on disk file.

Definition at line 52 of file agnss_ref_location.h.

Member Data Documentation

◆ lat

double Agnss_Ref_Location::lat {}

Definition at line 41 of file agnss_ref_location.h.

◆ lon

double Agnss_Ref_Location::lon {}

Definition at line 42 of file agnss_ref_location.h.

◆ uncertainty

double Agnss_Ref_Location::uncertainty {}

Definition at line 43 of file agnss_ref_location.h.

◆ valid

bool Agnss_Ref_Location::valid {}

Definition at line 44 of file agnss_ref_location.h.


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