SINEX Satellite Phase Center data type and methods
Definition at line 642 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
operator std::string () const | |
String converters. More... | |
void | operator= (const std::string &line) |
SatellitePhaseCenter () | |
Constructors. More... | |
SatellitePhaseCenter (const std::string &line, size_t num=0) | |
virtual | ~SatellitePhaseCenter () |
Destructor. More... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Public Attributes | |
std::string | antennaCalibration |
Antenna calibration model. More... | |
char | freqCodeA |
Frequency for which the phase center offset is given. More... | |
char | freqCodeB |
Frequency for which the phase center offset is given. More... | |
Triple | offsetA |
Offset from CM to phase center (x, y, z) More... | |
Triple | offsetB |
Offset from CM to phase center (x, y, z) More... | |
char | pcvModel |
Phase center variation model application: F, E. More... | |
char | pcvType |
Phase center variation type: A, R. More... | |
std::string | svCode |
Satellite code "CNNN": C=GNSS code, NNN=SVN/GLONASS Number. More... | |
Static Public Attributes | |
static const std::string | BLOCK_TITLE |
static const size_t | MAX_LINE_LEN = 66 |
static const size_t | MIN_LINE_LEN = 66 |
|
inline |
Constructors.
Definition at line 649 of file SinexTypes.hpp.
|
inline |
Definition at line 650 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 654 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 1029 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 977 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1003 of file SinexTypes.cpp.
std::string gnsstk::Sinex::SatellitePhaseCenter::antennaCalibration |
Antenna calibration model.
Definition at line 668 of file SinexTypes.hpp.
|
static |
Definition at line 644 of file SinexTypes.hpp.
char gnsstk::Sinex::SatellitePhaseCenter::freqCodeA |
Frequency for which the phase center offset is given.
Definition at line 664 of file SinexTypes.hpp.
char gnsstk::Sinex::SatellitePhaseCenter::freqCodeB |
Frequency for which the phase center offset is given.
Definition at line 666 of file SinexTypes.hpp.
|
static |
Definition at line 646 of file SinexTypes.hpp.
|
static |
Definition at line 645 of file SinexTypes.hpp.
Triple gnsstk::Sinex::SatellitePhaseCenter::offsetA |
Offset from CM to phase center (x, y, z)
Definition at line 665 of file SinexTypes.hpp.
Triple gnsstk::Sinex::SatellitePhaseCenter::offsetB |
Offset from CM to phase center (x, y, z)
Definition at line 667 of file SinexTypes.hpp.
char gnsstk::Sinex::SatellitePhaseCenter::pcvModel |
Phase center variation model application: F, E.
Definition at line 670 of file SinexTypes.hpp.
char gnsstk::Sinex::SatellitePhaseCenter::pcvType |
Phase center variation type: A, R.
Definition at line 669 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SatellitePhaseCenter::svCode |
Satellite code "CNNN": C=GNSS code, NNN=SVN/GLONASS Number.
Definition at line 663 of file SinexTypes.hpp.