SINEX Site GPS Phase Center data type and methods
Definition at line 513 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Types | |
enum | Frequencies { L1L2 = 0 } |
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
SiteGpsPhaseCenter () | |
Constructors. More... | |
SiteGpsPhaseCenter (const std::string &line, size_t num=0) | |
virtual | ~SiteGpsPhaseCenter () |
Destructor. 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... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Public Attributes | |
enum gnsstk::Sinex::SiteGpsPhaseCenter::Frequencies | frequencies |
![]() | |
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 const size_t | MAX_LINE_LEN = 80 |
static const size_t | MIN_LINE_LEN = 71 |
Enumerator | |
---|---|
L1L2 |
Definition at line 517 of file SinexTypes.hpp.
|
inline |
Constructors.
Definition at line 524 of file SinexTypes.hpp.
|
inline |
Definition at line 526 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 530 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::SitePhaseCenter.
Definition at line 820 of file SinexTypes.cpp.
|
static |
Definition at line 515 of file SinexTypes.hpp.
enum gnsstk::Sinex::SiteGpsPhaseCenter::Frequencies gnsstk::Sinex::SiteGpsPhaseCenter::frequencies |