#include <math.h>
#include <memory>
#include "PNBGPSCNav2DataFactory.hpp"
#include "GPSCNav2Alm.hpp"
#include "GPSCNav2Eph.hpp"
#include "GPSCNav2Health.hpp"
#include "GPSCNav2TimeOffset.hpp"
#include "GPSCNav2Iono.hpp"
#include "TimeCorrection.hpp"
#include "YDSTime.hpp"
#include "GPSC2Bits.hpp"
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Variables | |
constexpr double | CNAV2_FRAME_LEN = 18.0 |
CNAV2 frame length in seconds. More... | |
constexpr double | CNAV2_SF2_OFFS = 0.52 |
Offset in seconds of SF2 from start of CNAV2 frame. More... | |
constexpr double | CNAV2_SF3_OFFS = 12.52 |
Offset in seconds of SF3 from start of CNAV2 frame. More... | |
constexpr double | TIME_EPSILON = 1e-9 |
Epsilon value for checking timestamps of nav data (in seconds). More... | |
|
constexpr |
CNAV2 frame length in seconds.
Definition at line 58 of file PNBGPSCNav2DataFactory.cpp.
|
constexpr |
Offset in seconds of SF2 from start of CNAV2 frame.
Definition at line 60 of file PNBGPSCNav2DataFactory.cpp.
|
constexpr |
Offset in seconds of SF3 from start of CNAV2 frame.
Definition at line 62 of file PNBGPSCNav2DataFactory.cpp.
|
constexpr |
Epsilon value for checking timestamps of nav data (in seconds).
Definition at line 56 of file PNBGPSCNav2DataFactory.cpp.