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