SINEX Site Phase Center base class; use a class derived from this
Definition at line 481 of file SinexTypes.hpp.
#include <SinexTypes.hpp>

Public Member Functions | |
| virtual void | dump (std::ostream &s) const |
| Debug output function. More... | |
| 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 | |
| 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 size_t | MAX_LINE_LEN = 80 |
| static const size_t | MIN_LINE_LEN = 71 |
|
inline |
Constructors.
Definition at line 487 of file SinexTypes.hpp.
|
inline |
Definition at line 488 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 492 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Reimplemented in gnsstk::Sinex::SiteGalPhaseCenter, and gnsstk::Sinex::SiteGpsPhaseCenter.
Definition at line 802 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 756 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 779 of file SinexTypes.cpp.
| std::string gnsstk::Sinex::SitePhaseCenter::antennaCalibration |
Antenna calibration model.
Definition at line 505 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SitePhaseCenter::antennaSerialNo |
Antenna serial number.
Definition at line 502 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SitePhaseCenter::antennaType |
Antenna name and model.
Definition at line 501 of file SinexTypes.hpp.
|
static |
Definition at line 484 of file SinexTypes.hpp.
|
static |
Definition at line 483 of file SinexTypes.hpp.
| Triple gnsstk::Sinex::SitePhaseCenter::offsetA |
First antenna offset.
Definition at line 503 of file SinexTypes.hpp.
| Triple gnsstk::Sinex::SitePhaseCenter::offsetB |
Second antenna offset.
Definition at line 504 of file SinexTypes.hpp.