SINEX Input History data type and methods; leverages Sinex::Header functionality
Definition at line 146 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
InputHistory () | |
Constructors. More... | |
InputHistory (const std::string &line, size_t num=0) | |
operator std::string () const | |
String converters. More... | |
void | operator= (const std::string &line) |
virtual | ~InputHistory () |
Destructor. More... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
![]() | |
void | dump (std::ostream &s) const |
Debug output operator. More... | |
Header () | |
Constructors. More... | |
Header (const std::string &line) | |
operator std::string () const | |
String converters. More... | |
void | operator= (const std::string &other) |
virtual | ~Header () |
Destructor. More... | |
Public Attributes | |
char | fileCode |
![]() | |
char | constraintCode |
std::string | creationAgency |
Agency creating the file. More... | |
Time | creationTime |
Creation time. More... | |
std::string | dataAgency |
Agency supplying data for the file. More... | |
Time | dataTimeEnd |
Time | dataTimeStart |
char | obsCode |
uint32_t | paramCount |
std::string | solutionTypes |
Solution types in this file: S,O,E,T,C,A, or ' '. More... | |
float | version |
Format version of the file ##.##. More... | |
Static Public Attributes | |
static const std::string | BLOCK_TITLE |
static const size_t | MAX_LINE_LEN = 79 |
static const size_t | MIN_LINE_LEN = 67 |
![]() | |
static const size_t | MAX_LINE_LEN = 79 |
static const size_t | MIN_LINE_LEN = 67 |
|
inline |
Constructors.
Definition at line 153 of file SinexTypes.hpp.
|
inline |
Definition at line 154 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 158 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 198 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 151 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 169 of file SinexTypes.cpp.
|
static |
Definition at line 148 of file SinexTypes.hpp.
char gnsstk::Sinex::InputHistory::fileCode |
Definition at line 167 of file SinexTypes.hpp.
|
static |
Definition at line 150 of file SinexTypes.hpp.
|
static |
Definition at line 149 of file SinexTypes.hpp.