SINEX Site Galileo Phase Center data type and methods
Definition at line 541 of file SinexTypes.hpp.
#include <SinexTypes.hpp>

Public Types | |
| enum | Frequencies { L1L5 = 0, L6L7, L8x } |
Public Member Functions | |
| void | dump (std::ostream &s) const |
| Debug output function. More... | |
| SiteGalPhaseCenter () | |
| Constructors. More... | |
| SiteGalPhaseCenter (const std::string &line, size_t num=0) | |
| virtual | ~SiteGalPhaseCenter () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::SitePhaseCenter | |
| virtual | operator std::string () const |
| String converters. More... | |
| virtual void | operator= (const std::string &line) |
| SitePhaseCenter () | |
| Constructors. More... | |
| SitePhaseCenter (const std::string &line, size_t num=0) | |
| virtual | ~SitePhaseCenter () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::DataType | |
| virtual | ~DataType () |
| Destructor. More... | |
Public Attributes | |
| enum gnsstk::Sinex::SiteGalPhaseCenter::Frequencies | frequencies |
Public Attributes inherited from gnsstk::Sinex::SitePhaseCenter | |
| std::string | antennaCalibration |
| Antenna calibration model. More... | |
| std::string | antennaSerialNo |
| Antenna serial number. More... | |
| std::string | antennaType |
| Antenna name and model. More... | |
| Triple | offsetA |
| First antenna offset. More... | |
| Triple | offsetB |
| Second antenna offset. More... | |
Static Public Attributes | |
| static const std::string | BLOCK_TITLE |
Static Public Attributes inherited from gnsstk::Sinex::SitePhaseCenter | |
| static const size_t | MAX_LINE_LEN = 80 |
| static const size_t | MIN_LINE_LEN = 71 |
| Enumerator | |
|---|---|
| L1L5 | |
| L6L7 | offsetA = L1, offsetB = L5 |
| L8x | offsetA = L6, offsetB = L7 offsetA = L8, offsetB = reserved |
Definition at line 545 of file SinexTypes.hpp.
|
inline |
Constructors.
Definition at line 554 of file SinexTypes.hpp.
|
inline |
Definition at line 556 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 560 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::SitePhaseCenter.
Definition at line 831 of file SinexTypes.cpp.
|
static |
Definition at line 543 of file SinexTypes.hpp.
| enum gnsstk::Sinex::SiteGalPhaseCenter::Frequencies gnsstk::Sinex::SiteGalPhaseCenter::frequencies |