SINEX Solution Estimate data type and methods
Definition at line 778 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) |
| SolutionEstimate () | |
| Constructors. More... | |
| SolutionEstimate (const std::string &line, size_t num=0) | |
| virtual | ~SolutionEstimate () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::DataType | |
| virtual | ~DataType () |
| Destructor. More... | |
Public Attributes | |
| char | constraintCode |
| Time | epoch |
| long double | paramEstimate |
| uint32_t | paramIndex |
| double | paramStdDev |
| std::string | paramType |
| std::string | paramUnits |
| 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... | |
Static Public Attributes | |
| static const std::string | BLOCK_TITLE |
| static const size_t | MAX_LINE_LEN = 80 |
| static const size_t | MIN_LINE_LEN = 80 |
|
inline |
Constructors.
Definition at line 785 of file SinexTypes.hpp.
|
inline |
Definition at line 786 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 790 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 1273 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1224 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1249 of file SinexTypes.cpp.
|
static |
Definition at line 780 of file SinexTypes.hpp.
| char gnsstk::Sinex::SolutionEstimate::constraintCode |
Definition at line 806 of file SinexTypes.hpp.
| Time gnsstk::Sinex::SolutionEstimate::epoch |
Definition at line 804 of file SinexTypes.hpp.
|
static |
Definition at line 782 of file SinexTypes.hpp.
|
static |
Definition at line 781 of file SinexTypes.hpp.
| long double gnsstk::Sinex::SolutionEstimate::paramEstimate |
Definition at line 807 of file SinexTypes.hpp.
| uint32_t gnsstk::Sinex::SolutionEstimate::paramIndex |
Definition at line 799 of file SinexTypes.hpp.
| double gnsstk::Sinex::SolutionEstimate::paramStdDev |
Definition at line 808 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionEstimate::paramType |
Definition at line 800 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionEstimate::paramUnits |
Definition at line 805 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionEstimate::pointCode |
Physical monument used at a site.
Definition at line 802 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionEstimate::siteCode |
Call sign for a site.
Definition at line 801 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionEstimate::solutionId |
Solution number at a site.
Definition at line 803 of file SinexTypes.hpp.