SINEX Solution Matrix Apriori U CORR data type and methods
Definition at line 1074 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
SolutionMatrixAprioriUCorr () | |
Constructors. More... | |
SolutionMatrixAprioriUCorr (const std::string &line, size_t num=0) | |
virtual | ~SolutionMatrixAprioriUCorr () |
Destructor. 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... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Static Public Attributes | |
static const std::string | BLOCK_TITLE |
![]() | |
static const size_t | MAX_LINE_LEN = 78 |
static const size_t | MIN_LINE_LEN = 78 |
Additional Inherited Members | |
![]() | |
uint32_t | col |
uint32_t | row |
long double | val1 |
long double | val2 |
long double | val3 |
|
inline |
Constructors.
Definition at line 1079 of file SinexTypes.hpp.
|
inline |
Definition at line 1081 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 1085 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::SolutionMatrixApriori.
Definition at line 1537 of file SinexTypes.cpp.
|
static |
Definition at line 1076 of file SinexTypes.hpp.