#include "StringUtils.hpp"
#include "RinexObsID.hpp"
#include "RinexConverters.hpp"
Include dependency graph for RinexConverters.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Functions | |
| short | snr2ssi (float x) |
| A translation from SNR in dB-Hz to the rinex signal strength indicator values were taken from a header written by teqc. | |
| RinexObsData::RinexObsTypeMap | makeRinexObsTypeMap (const MDPObsEpoch &moe) throw () |
| Conversion Function from MDP data. | |
| RinexObsData | makeRinexObsData (const gpstk::MDPEpoch &mdp) |
| bool | makeEngAlmanac (EngAlmanac &alm, const AlmanacPages &pages, bool requireFull) throw () |
| Convert the given pages to an EngAlmanac. Returns true upon success. | |
| bool | makeEngEphemeris (EngEphemeris &eph, const EphemerisPages &pages) |
| Convert the given pages to an EngEphemeris. Returns true upon success. | |
|
||||||||||||||||
|
Convert the given pages to an EngAlmanac. Returns true upon success.
Definition at line 192 of file RinexConverters.cpp. References DayTime::GPSfullweek(), DayTime::second(), gpstk::SubframePage, and RinexObsData::time. |
|
||||||||||||
|
Convert the given pages to an EngEphemeris. Returns true upon success.
Definition at line 250 of file RinexConverters.cpp. References EngEphemeris::addSubframe(), DayTime::GPSfullweek(), EngEphemeris::isData(), and DayTime::second(). |
|
|
Definition at line 157 of file RinexConverters.cpp. References RinexObsData::clockOffset, RinexObsData::epochFlag, gpstk::makeRinexObsTypeMap(), RinexObsData::numSvs, RinexObsData::obs, MDPObsEpoch::prn, DayTime::second(), and RinexObsData::time. |
|
|
Conversion Function from MDP data.
Definition at line 63 of file RinexConverters.cpp. References gpstk::ccL1, gpstk::ccL2, gpstk::rcCA, gpstk::rcCL, gpstk::rcCM, gpstk::rcCMCL, gpstk::rcCodeless, gpstk::rcPcode, gpstk::rcYcode, and gpstk::snr2ssi(). Referenced by gpstk::makeRinexObsData(). |
|
|
A translation from SNR in dB-Hz to the rinex signal strength indicator values were taken from a header written by teqc.
Definition at line 50 of file RinexConverters.cpp. Referenced by gpstk::makeRinexObsTypeMap(). |
1.3.9.1