SINEX Input Acknowledgment data type and methods
Definition at line 207 of file SinexTypes.hpp.
#include <SinexTypes.hpp>

Public Member Functions | |
| void | dump (std::ostream &s) const |
| Debug output function. More... | |
| InputAck () | |
| Constructors. More... | |
| InputAck (const std::string &line, size_t num=0) | |
| operator std::string () const | |
| String converters. More... | |
| void | operator= (const std::string &line) |
| virtual | ~InputAck () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::DataType | |
| virtual | ~DataType () |
| Destructor. More... | |
Public Attributes | |
| std::string | agencyCode |
| std::string | agencyDesc |
Static Public Attributes | |
| static const std::string | BLOCK_TITLE |
| static const size_t | MAX_LINE_LEN = 80 |
| static const size_t | MIN_LINE_LEN = 6 |
|
inline |
Constructors.
Definition at line 214 of file SinexTypes.hpp.
|
inline |
Definition at line 215 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 219 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 309 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 275 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 292 of file SinexTypes.cpp.
| std::string gnsstk::Sinex::InputAck::agencyCode |
Definition at line 228 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::InputAck::agencyDesc |
Definition at line 229 of file SinexTypes.hpp.
|
static |
Definition at line 209 of file SinexTypes.hpp.
|
static |
Definition at line 211 of file SinexTypes.hpp.
|
static |
Definition at line 210 of file SinexTypes.hpp.