Base class for SINEX Solution Matrix Apriori data type and methods
Definition at line 1020 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) |
| SolutionMatrixApriori () | |
| Constructors. More... | |
| SolutionMatrixApriori (const std::string &line, size_t num=0) | |
| virtual | ~SolutionMatrixApriori () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::DataType | |
| virtual | ~DataType () |
| Destructor. More... | |
Public Attributes | |
| uint32_t | col |
| uint32_t | row |
| long double | val1 |
| long double | val2 |
| long double | val3 |
Static Public Attributes | |
| static const size_t | MAX_LINE_LEN = 78 |
| static const size_t | MIN_LINE_LEN = 78 |
|
inline |
Constructors.
Definition at line 1026 of file SinexTypes.hpp.
|
inline |
Definition at line 1027 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 1031 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Reimplemented in gnsstk::Sinex::SolutionMatrixAprioriUInfo, gnsstk::Sinex::SolutionMatrixAprioriLInfo, gnsstk::Sinex::SolutionMatrixAprioriUCova, gnsstk::Sinex::SolutionMatrixAprioriLCova, gnsstk::Sinex::SolutionMatrixAprioriUCorr, and gnsstk::Sinex::SolutionMatrixAprioriLCorr.
Definition at line 1514 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1476 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1495 of file SinexTypes.cpp.
| uint32_t gnsstk::Sinex::SolutionMatrixApriori::col |
Definition at line 1041 of file SinexTypes.hpp.
|
static |
Definition at line 1023 of file SinexTypes.hpp.
|
static |
Definition at line 1022 of file SinexTypes.hpp.
| uint32_t gnsstk::Sinex::SolutionMatrixApriori::row |
Definition at line 1040 of file SinexTypes.hpp.
| long double gnsstk::Sinex::SolutionMatrixApriori::val1 |
Definition at line 1042 of file SinexTypes.hpp.
| long double gnsstk::Sinex::SolutionMatrixApriori::val2 |
Definition at line 1043 of file SinexTypes.hpp.
| long double gnsstk::Sinex::SolutionMatrixApriori::val3 |
Definition at line 1044 of file SinexTypes.hpp.