19#ifndef GNSS_SDR_GALILEO_IONO_H
20#define GNSS_SDR_GALILEO_IONO_H
22#include <boost/serialization/nvp.hpp>
61 template <
class Archive>
67 inline void serialize(Archive& archive,
const unsigned int version)
72 archive& BOOST_SERIALIZATION_NVP(
ai0);
73 archive& BOOST_SERIALIZATION_NVP(
ai1);
74 archive& BOOST_SERIALIZATION_NVP(
ai2);
75 archive& BOOST_SERIALIZATION_NVP(
tow);
76 archive& BOOST_SERIALIZATION_NVP(
WN);
double ai1
Effective Ionisation Level 2st order parameter [sfu/degree].
double ai0
Effective Ionisation Level 1st order parameter [sfu].
bool Region5_flag
Ionospheric Disturbance Flag for region 5.
double ai2
Effective Ionisation Level 3st order parameter [sfu/degree].
bool Region2_flag
Ionospheric Disturbance Flag for region 2.
bool Region3_flag
Ionospheric Disturbance Flag for region 3.
int32_t tow
UTC data reference Time of Week [s].
bool Region4_flag
Ionospheric Disturbance Flag for region 4.
bool Region1_flag
Ionospheric Disturbance Flag for region 1.
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...
int32_t WN
UTC data reference Week number [week].