SINEX Site Antenna data type and methods
Definition at line 445 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) |
| SiteAntenna () | |
| Constructor. More... | |
| SiteAntenna (const std::string &line, size_t num=0) | |
| virtual | ~SiteAntenna () |
| Destructor. More... | |
Public Member Functions inherited from gnsstk::Sinex::DataType | |
| virtual | ~DataType () |
| Destructor. More... | |
Public Attributes | |
| std::string | antennaSerialNo |
| Receiver serial number. More... | |
| std::string | antennaType |
| Antenna name and model. More... | |
| char | obsCode |
| Observation technique(s): C, D, L, M, P, or R. More... | |
| std::string | pointCode |
| Physical monument used at a site. More... | |
| std::string | siteCode |
| Call sign for a site. More... | |
| std::string | solutionId |
| Solution number at a site. More... | |
| Time | timeSince |
| Time | timeUntil |
Static Public Attributes | |
| static const std::string | BLOCK_TITLE |
| static const size_t | MAX_LINE_LEN = 68 |
| static const size_t | MIN_LINE_LEN = 64 |
|
inline |
Constructor.
Definition at line 452 of file SinexTypes.hpp.
|
inline |
Definition at line 453 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 457 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 737 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 692 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 714 of file SinexTypes.cpp.
| std::string gnsstk::Sinex::SiteAntenna::antennaSerialNo |
Receiver serial number.
Definition at line 473 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SiteAntenna::antennaType |
Antenna name and model.
Definition at line 472 of file SinexTypes.hpp.
|
static |
Definition at line 447 of file SinexTypes.hpp.
|
static |
Definition at line 449 of file SinexTypes.hpp.
|
static |
Definition at line 448 of file SinexTypes.hpp.
| char gnsstk::Sinex::SiteAntenna::obsCode |
Observation technique(s): C, D, L, M, P, or R.
Definition at line 469 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SiteAntenna::pointCode |
Physical monument used at a site.
Definition at line 467 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SiteAntenna::siteCode |
Call sign for a site.
Definition at line 466 of file SinexTypes.hpp.
| std::string gnsstk::Sinex::SiteAntenna::solutionId |
Solution number at a site.
Definition at line 468 of file SinexTypes.hpp.
| Time gnsstk::Sinex::SiteAntenna::timeSince |
Definition at line 470 of file SinexTypes.hpp.
| Time gnsstk::Sinex::SiteAntenna::timeUntil |
Definition at line 471 of file SinexTypes.hpp.