SINEX File Reference data type and methods
Definition at line 86 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
FileReference () | |
Constructors. More... | |
FileReference (const std::string &line, size_t num=0) | |
operator std::string () const | |
String converters. More... | |
void | operator= (const std::string &line) |
virtual | ~FileReference () |
Destructor. More... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Public Attributes | |
std::string | infoType |
Type of information present in next field. More... | |
std::string | infoValue |
Information of type previously indicated. More... | |
Static Public Attributes | |
static const std::string | BLOCK_TITLE |
static const size_t | MAX_LINE_LEN = 80 |
static const size_t | MIN_LINE_LEN = 21 |
|
inline |
Constructors.
Definition at line 93 of file SinexTypes.hpp.
|
inline |
Definition at line 94 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 98 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 94 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 60 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 77 of file SinexTypes.cpp.
|
static |
Definition at line 88 of file SinexTypes.hpp.
std::string gnsstk::Sinex::FileReference::infoType |
Type of information present in next field.
Definition at line 107 of file SinexTypes.hpp.
std::string gnsstk::Sinex::FileReference::infoValue |
Information of type previously indicated.
Definition at line 108 of file SinexTypes.hpp.
|
static |
Definition at line 90 of file SinexTypes.hpp.
|
static |
Definition at line 89 of file SinexTypes.hpp.