SINEX Solution Matrix Estimate L INFO data type and methods
Definition at line 975 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
SolutionMatrixEstimateLInfo () | |
Constructor. More... | |
SolutionMatrixEstimateLInfo (const std::string &line, size_t num=0) | |
virtual | ~SolutionMatrixEstimateLInfo () |
Destructor. More... | |
![]() | |
operator std::string () const | |
String converters. More... | |
void | operator= (const std::string &line) |
SolutionMatrixEstimate () | |
Constructor. More... | |
SolutionMatrixEstimate (const std::string &line, size_t num=0) | |
virtual | ~SolutionMatrixEstimate () |
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 |
Constructor.
Definition at line 980 of file SinexTypes.hpp.
|
inline |
Definition at line 982 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 986 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::SolutionMatrixEstimate.
Definition at line 1454 of file SinexTypes.cpp.
|
static |
Definition at line 977 of file SinexTypes.hpp.