21 #ifndef GNSS_SDR_AGNSS_REF_LOCATION_H 22 #define GNSS_SDR_AGNSS_REF_LOCATION_H 24 #include <boost/serialization/nvp.hpp> 44 template <
class Archive>
49 inline void serialize(Archive& archive,
const unsigned int version)
51 using boost::serialization::make_nvp;
55 archive& make_nvp(
"lat", lat);
56 archive& make_nvp(
"lon", lon);
57 archive& make_nvp(
"uncertainty", uncertainty);
58 archive& make_nvp(
"valid", valid);
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 sav...
Agnss_Ref_Location()=default
Interface of an Assisted GNSS REFERENCE LOCATION storage.