Public Member Functions | Public Attributes | List of all members
gnsstk::Rinex3ObsHeader::ExtraWaveFact Class Reference

Detailed Description

RINEX 2 extra "WAVELENGTH FACT" lines.

Definition at line 298 of file Rinex3ObsHeader.hpp.

#include <Rinex3ObsHeader.hpp>

Public Member Functions

short getWavelengthFactor1 ()
 
short getWavelengthFactor2 ()
 
ExtraWaveFactsetWavelengthFactor (short wf1, short wf2)
 Setter method for convenience of python bindings. More...
 

Public Attributes

std::vector< SatIDsatList
 List of Sats with this wavelength factor. More...
 
short wavelengthFactor [2]
 vector of wavelength factor values More...
 

Member Function Documentation

◆ getWavelengthFactor1()

short gnsstk::Rinex3ObsHeader::ExtraWaveFact::getWavelengthFactor1 ( )
inline

Getter method for convenience of python bindings.

Note
I decided to implement two methods instead of a single method that took a parameter that required sanity check so as to avoid having to do the sanity check and exception handling.

Definition at line 317 of file Rinex3ObsHeader.hpp.

◆ getWavelengthFactor2()

short gnsstk::Rinex3ObsHeader::ExtraWaveFact::getWavelengthFactor2 ( )
inline

Getter method for convenience of python bindings.

Note
I decided to implement two methods instead of a single method that took a parameter that required sanity check so as to avoid having to do the sanity check and exception handling.

Definition at line 320 of file Rinex3ObsHeader.hpp.

◆ setWavelengthFactor()

ExtraWaveFact& gnsstk::Rinex3ObsHeader::ExtraWaveFact::setWavelengthFactor ( short  wf1,
short  wf2 
)
inline

Setter method for convenience of python bindings.

Definition at line 306 of file Rinex3ObsHeader.hpp.

Member Data Documentation

◆ satList

std::vector<SatID> gnsstk::Rinex3ObsHeader::ExtraWaveFact::satList

List of Sats with this wavelength factor.

Definition at line 302 of file Rinex3ObsHeader.hpp.

◆ wavelengthFactor

short gnsstk::Rinex3ObsHeader::ExtraWaveFact::wavelengthFactor[2]

vector of wavelength factor values

Definition at line 304 of file Rinex3ObsHeader.hpp.


The documentation for this class was generated from the following file:


gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:45