SINEX Solution Matrix Estimate U INFO data type and methods
Definition at line 997 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
SolutionMatrixEstimateUInfo () | |
Constructor. More... | |
SolutionMatrixEstimateUInfo (const std::string &line, size_t num=0) | |
virtual | ~SolutionMatrixEstimateUInfo () |
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 1002 of file SinexTypes.hpp.
|
inline |
Definition at line 1004 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 1008 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::SolutionMatrixEstimate.
Definition at line 1464 of file SinexTypes.cpp.
|
static |
Definition at line 999 of file SinexTypes.hpp.