SINEX Solution Epoch data type and methods
Definition at line 743 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) |
| SolutionEpoch () | |
| Constructors. More... | |
| SolutionEpoch (const std::string &line, size_t num=0) | |
| virtual | ~SolutionEpoch () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::DataType | |
| virtual | ~DataType () |
| Destructor. More... | |
Public Attributes | |
| Time | endTime |
| Time | meanTime |
| 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 | siteCode |
| Call sign for a site. More... | |
| std::string | solutionId |
| Solution number at a site. More... | |
| Time | startTime |
Static Public Attributes | |
| static const std::string | BLOCK_TITLE |
| static const size_t | MAX_LINE_LEN = 54 |
| static const size_t | MIN_LINE_LEN = 54 |
|
inline |
Constructors.
Definition at line 750 of file SinexTypes.hpp.
|
inline |
Definition at line 751 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 755 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 1205 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1162 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1183 of file SinexTypes.cpp.
|
static |
Definition at line 745 of file SinexTypes.hpp.
| Time gnsstk::Sinex::SolutionEpoch::endTime |
Definition at line 769 of file SinexTypes.hpp.
|
static |
Definition at line 747 of file SinexTypes.hpp.
| Time gnsstk::Sinex::SolutionEpoch::meanTime |
Definition at line 770 of file SinexTypes.hpp.
|
static |
Definition at line 746 of file SinexTypes.hpp.
| char gnsstk::Sinex::SolutionEpoch::obsCode |
Observation technique(s): C, D, L, M, P, or R.
Definition at line 767 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionEpoch::pointCode |
Physical monument used at a site.
Definition at line 765 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionEpoch::siteCode |
Call sign for a site.
Definition at line 764 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionEpoch::solutionId |
Solution number at a site.
Definition at line 766 of file SinexTypes.hpp.
| Time gnsstk::Sinex::SolutionEpoch::startTime |
Definition at line 768 of file SinexTypes.hpp.