SINEX Solution Matrix Apriori U INFO data type and methods
Definition at line 1162 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
SolutionMatrixAprioriUInfo () | |
Constructors. More... | |
SolutionMatrixAprioriUInfo (const std::string &line, size_t num=0) | |
virtual | ~SolutionMatrixAprioriUInfo () |
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 1167 of file SinexTypes.hpp.
|
inline |
Definition at line 1169 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 1173 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::SolutionMatrixApriori.
Definition at line 1577 of file SinexTypes.cpp.
|
static |
Definition at line 1164 of file SinexTypes.hpp.