SINEX Site Data data type and methods
Definition at line 369 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) |
SiteData () | |
Constructors. More... | |
SiteData (const std::string &line, size_t num=0) | |
virtual | ~SiteData () |
Destructor. More... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Public Attributes | |
std::string | agencyCode |
Creation agency code for the input SINEX file. More... | |
Time | creationTime |
Creation time for the input SINEX file. More... | |
char | obsCode |
Observation technique(s): C, D, L, M, P, or R. More... | |
std::string | pointCodeInp |
Point code from an input SINEX file. More... | |
std::string | pointCodeSol |
Point code for solved station coords. More... | |
std::string | siteCodeInp |
Site code from an input SINEX file. More... | |
std::string | siteCodeSol |
Site code for solved station coords. More... | |
std::string | solutionIdInp |
Solution number from an input SINEX file. More... | |
std::string | solutionIdSol |
Solution number for solved station coords. More... | |
Time | timeEnd |
End time of data for the input SINEX file. More... | |
Time | timeStart |
Start time of data for the input SINEX file. More... | |
Static Public Attributes | |
static const std::string | BLOCK_TITLE |
static const size_t | MAX_LINE_LEN = 71 |
static const size_t | MIN_LINE_LEN = 71 |
|
inline |
Constructors.
Definition at line 376 of file SinexTypes.hpp.
|
inline |
Definition at line 377 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 381 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 601 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 550 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 575 of file SinexTypes.cpp.
std::string gnsstk::Sinex::SiteData::agencyCode |
Creation agency code for the input SINEX file.
Definition at line 399 of file SinexTypes.hpp.
|
static |
Definition at line 371 of file SinexTypes.hpp.
Time gnsstk::Sinex::SiteData::creationTime |
Creation time for the input SINEX file.
Definition at line 400 of file SinexTypes.hpp.
|
static |
Definition at line 373 of file SinexTypes.hpp.
|
static |
Definition at line 372 of file SinexTypes.hpp.
char gnsstk::Sinex::SiteData::obsCode |
Observation technique(s): C, D, L, M, P, or R.
Definition at line 396 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteData::pointCodeInp |
Point code from an input SINEX file.
Definition at line 394 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteData::pointCodeSol |
Point code for solved station coords.
Definition at line 391 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteData::siteCodeInp |
Site code from an input SINEX file.
Definition at line 393 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteData::siteCodeSol |
Site code for solved station coords.
Definition at line 390 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteData::solutionIdInp |
Solution number from an input SINEX file.
Definition at line 395 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SiteData::solutionIdSol |
Solution number for solved station coords.
Definition at line 392 of file SinexTypes.hpp.
Time gnsstk::Sinex::SiteData::timeEnd |
End time of data for the input SINEX file.
Definition at line 398 of file SinexTypes.hpp.
Time gnsstk::Sinex::SiteData::timeStart |
Start time of data for the input SINEX file.
Definition at line 397 of file SinexTypes.hpp.