SINEX Solution Apriori data type and methods
Definition at line 816 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) |
| SolutionApriori () | |
| Constructors. More... | |
| SolutionApriori (const std::string &line, size_t num=0) | |
| virtual | ~SolutionApriori () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::DataType | |
| virtual | ~DataType () |
| Destructor. More... | |
Public Attributes | |
| char | constraintCode |
| Time | epoch |
| long double | paramApriori |
| 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 823 of file SinexTypes.hpp.
|
inline |
Definition at line 824 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 828 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 1343 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1294 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1319 of file SinexTypes.cpp.
|
static |
Definition at line 818 of file SinexTypes.hpp.
| char gnsstk::Sinex::SolutionApriori::constraintCode |
Definition at line 844 of file SinexTypes.hpp.
| Time gnsstk::Sinex::SolutionApriori::epoch |
Definition at line 842 of file SinexTypes.hpp.
|
static |
Definition at line 820 of file SinexTypes.hpp.
|
static |
Definition at line 819 of file SinexTypes.hpp.
| long double gnsstk::Sinex::SolutionApriori::paramApriori |
Definition at line 845 of file SinexTypes.hpp.
| uint32_t gnsstk::Sinex::SolutionApriori::paramIndex |
Definition at line 837 of file SinexTypes.hpp.
| double gnsstk::Sinex::SolutionApriori::paramStdDev |
Definition at line 846 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionApriori::paramType |
Definition at line 838 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionApriori::paramUnits |
Definition at line 843 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionApriori::pointCode |
Physical monument used at a site.
Definition at line 840 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionApriori::siteCode |
Call sign for a site.
Definition at line 839 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SolutionApriori::solutionId |
Solution number at a site.
Definition at line 841 of file SinexTypes.hpp.