SINEX Solution Normal Equation Vector data type and methods
Definition at line 1184 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) |
| SolutionNormalEquationVector () | |
| Constructors. More... | |
| SolutionNormalEquationVector (const std::string &line, size_t num=0) | |
| virtual | ~SolutionNormalEquationVector () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::DataType | |
| virtual | ~DataType () |
| Destructor. More... | |
Public Attributes | |
| char | constraintCode |
| Time | epoch |
| uint32_t | paramIndex |
| 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... | |
| long double | value |
| Right hand side of the normal equation. More... | |
Static Public Attributes | |
| static const std::string | BLOCK_TITLE |
| static const size_t | MAX_LINE_LEN = 68 |
| static const size_t | MIN_LINE_LEN = 68 |
|
inline |
Constructors.
Definition at line 1191 of file SinexTypes.hpp.
|
inline |
Definition at line 1192 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 1196 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 1636 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1590 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1613 of file SinexTypes.cpp.
|
static |
Definition at line 1186 of file SinexTypes.hpp.
| char gnsstk::Sinex::SolutionNormalEquationVector::constraintCode |
Definition at line 1212 of file SinexTypes.hpp.
| Time gnsstk::Sinex::SolutionNormalEquationVector::epoch |
Definition at line 1210 of file SinexTypes.hpp.
|
static |
Definition at line 1188 of file SinexTypes.hpp.
|
static |
Definition at line 1187 of file SinexTypes.hpp.
| uint32_t gnsstk::Sinex::SolutionNormalEquationVector::paramIndex |
Definition at line 1205 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionNormalEquationVector::paramType |
Definition at line 1206 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionNormalEquationVector::paramUnits |
Definition at line 1211 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionNormalEquationVector::pointCode |
Physical monument used at a site.
Definition at line 1208 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionNormalEquationVector::siteCode |
Call sign for a site.
Definition at line 1207 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionNormalEquationVector::solutionId |
Solution number at a site.
Definition at line 1209 of file SinexTypes.hpp.
| long double gnsstk::Sinex::SolutionNormalEquationVector::value |
Right hand side of the normal equation.
Definition at line 1213 of file SinexTypes.hpp.