Base class for SINEX Solution Matrix Estimate data type and methods
Definition at line 855 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) |
SolutionMatrixEstimate () | |
Constructor. More... | |
SolutionMatrixEstimate (const std::string &line, size_t num=0) | |
virtual | ~SolutionMatrixEstimate () |
Destructor. More... | |
![]() | |
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 |
Constructor.
Definition at line 861 of file SinexTypes.hpp.
|
inline |
Definition at line 862 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 866 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Reimplemented in gnsstk::Sinex::SolutionMatrixEstimateUInfo, gnsstk::Sinex::SolutionMatrixEstimateLInfo, gnsstk::Sinex::SolutionMatrixEstimateUCova, gnsstk::Sinex::SolutionMatrixEstimateLCova, gnsstk::Sinex::SolutionMatrixEstimateUCorr, and gnsstk::Sinex::SolutionMatrixEstimateLCorr.
Definition at line 1401 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1363 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1382 of file SinexTypes.cpp.
uint32_t gnsstk::Sinex::SolutionMatrixEstimate::col |
Definition at line 876 of file SinexTypes.hpp.
|
static |
Definition at line 858 of file SinexTypes.hpp.
|
static |
Definition at line 857 of file SinexTypes.hpp.
uint32_t gnsstk::Sinex::SolutionMatrixEstimate::row |
Definition at line 875 of file SinexTypes.hpp.
long double gnsstk::Sinex::SolutionMatrixEstimate::val1 |
Definition at line 877 of file SinexTypes.hpp.
long double gnsstk::Sinex::SolutionMatrixEstimate::val2 |
Definition at line 878 of file SinexTypes.hpp.
long double gnsstk::Sinex::SolutionMatrixEstimate::val3 |
Definition at line 879 of file SinexTypes.hpp.