RINEX 2 extra "WAVELENGTH FACT" lines.
Definition at line 298 of file Rinex3ObsHeader.hpp.
#include <Rinex3ObsHeader.hpp>
Public Member Functions | |
short | getWavelengthFactor1 () |
short | getWavelengthFactor2 () |
ExtraWaveFact & | setWavelengthFactor (short wf1, short wf2) |
Setter method for convenience of python bindings. More... | |
Public Attributes | |
std::vector< SatID > | satList |
List of Sats with this wavelength factor. More... | |
short | wavelengthFactor [2] |
vector of wavelength factor values More... | |
|
inline |
Getter method for convenience of python bindings.
Definition at line 317 of file Rinex3ObsHeader.hpp.
|
inline |
Getter method for convenience of python bindings.
Definition at line 320 of file Rinex3ObsHeader.hpp.
|
inline |
Setter method for convenience of python bindings.
Definition at line 306 of file Rinex3ObsHeader.hpp.
std::vector<SatID> gnsstk::Rinex3ObsHeader::ExtraWaveFact::satList |
List of Sats with this wavelength factor.
Definition at line 302 of file Rinex3ObsHeader.hpp.
short gnsstk::Rinex3ObsHeader::ExtraWaveFact::wavelengthFactor[2] |
vector of wavelength factor values
Definition at line 304 of file Rinex3ObsHeader.hpp.