SINEX Site Eccentricity data type and methods
Definition at line 571 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) |
SiteEccentricity () | |
Constructors. More... | |
SiteEccentricity (const std::string &line, size_t num=0) | |
virtual | ~SiteEccentricity () |
Destructor. More... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Public Attributes | |
Triple | eccentricity |
UNE / XYZ offset from marker to antenna (m) More... | |
char | obsCode |
Observation technique(s): C, D, L, M, P, or R. More... | |
std::string | pointCode |
Physical monument used at a site. More... | |
std::string | refSystem |
UNE / XYZ. More... | |
std::string | siteCode |
Call sign for a site. More... | |
std::string | solutionId |
Solution number at a site. More... | |
Time | timeSince |
Time | timeUntil |
Static Public Attributes | |
static const std::string | BLOCK_TITLE |
static const size_t | MAX_LINE_LEN = 72 |
static const size_t | MIN_LINE_LEN = 72 |
|
inline |
Constructors.
Definition at line 578 of file SinexTypes.hpp.
|
inline |
Definition at line 579 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 583 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 893 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 844 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 868 of file SinexTypes.cpp.
|
static |
Definition at line 573 of file SinexTypes.hpp.
Triple gnsstk::Sinex::SiteEccentricity::eccentricity |
UNE / XYZ offset from marker to antenna (m)
Definition at line 599 of file SinexTypes.hpp.
|
static |
Definition at line 575 of file SinexTypes.hpp.
|
static |
Definition at line 574 of file SinexTypes.hpp.
char gnsstk::Sinex::SiteEccentricity::obsCode |
Observation technique(s): C, D, L, M, P, or R.
Definition at line 595 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteEccentricity::pointCode |
Physical monument used at a site.
Definition at line 593 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteEccentricity::refSystem |
UNE / XYZ.
Definition at line 598 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteEccentricity::siteCode |
Call sign for a site.
Definition at line 592 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteEccentricity::solutionId |
Solution number at a site.
Definition at line 594 of file SinexTypes.hpp.
Time gnsstk::Sinex::SiteEccentricity::timeSince |
Definition at line 596 of file SinexTypes.hpp.
Time gnsstk::Sinex::SiteEccentricity::timeUntil |
Definition at line 597 of file SinexTypes.hpp.