![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
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 {} |
Interface of an Assisted GNSS REFERENCE LOCATION storage.
Definition at line 33 of file agnss_ref_location.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 location on disk file.
Definition at line 52 of file agnss_ref_location.h.
| double Agnss_Ref_Location::lat {} |
Definition at line 41 of file agnss_ref_location.h.
| double Agnss_Ref_Location::lon {} |
Definition at line 42 of file agnss_ref_location.h.
| double Agnss_Ref_Location::uncertainty {} |
Definition at line 43 of file agnss_ref_location.h.
| bool Agnss_Ref_Location::valid {} |
Definition at line 44 of file agnss_ref_location.h.