SINEX Solution Statistics data type and methods
Definition at line 713 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) |
SolutionStatistics () | |
Constructors. More... | |
SolutionStatistics (const std::string &line, size_t num=0) | |
virtual | ~SolutionStatistics () |
Destructor. More... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Public Attributes | |
std::string | infoType |
Type of information present in next field. More... | |
long double | infoValue |
Information of type previously indicated. More... | |
Static Public Attributes | |
static const std::string | BLOCK_TITLE |
static const size_t | MAX_LINE_LEN = 54 |
static const size_t | MIN_LINE_LEN = 54 |
|
inline |
Constructors.
Definition at line 720 of file SinexTypes.hpp.
|
inline |
Definition at line 721 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 725 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 1148 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1114 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1131 of file SinexTypes.cpp.
|
static |
Definition at line 715 of file SinexTypes.hpp.
std::string gnsstk::Sinex::SolutionStatistics::infoType |
Type of information present in next field.
Definition at line 734 of file SinexTypes.hpp.
long double gnsstk::Sinex::SolutionStatistics::infoValue |
Information of type previously indicated.
Definition at line 735 of file SinexTypes.hpp.
|
static |
Definition at line 717 of file SinexTypes.hpp.
|
static |
Definition at line 716 of file SinexTypes.hpp.