SINEX Bias Epoch data type and methods
Definition at line 678 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
BiasEpoch () | |
Constructors. More... | |
BiasEpoch (const std::string &line, size_t num=0) | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
operator std::string () const | |
String converters. More... | |
void | operator= (const std::string &line) |
virtual | ~BiasEpoch () |
Destructor. More... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Public Attributes | |
char | biasType |
Bias Type: R, T, S, Z. More... | |
Time | firstTime |
Time | lastTime |
Time | meanTime |
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... | |
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 685 of file SinexTypes.hpp.
|
inline |
Definition at line 686 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 690 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Definition at line 1095 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1053 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1074 of file SinexTypes.cpp.
char gnsstk::Sinex::BiasEpoch::biasType |
Bias Type: R, T, S, Z.
Definition at line 702 of file SinexTypes.hpp.
|
static |
Definition at line 680 of file SinexTypes.hpp.
Time gnsstk::Sinex::BiasEpoch::firstTime |
Definition at line 703 of file SinexTypes.hpp.
Time gnsstk::Sinex::BiasEpoch::lastTime |
Definition at line 704 of file SinexTypes.hpp.
|
static |
Definition at line 682 of file SinexTypes.hpp.
Time gnsstk::Sinex::BiasEpoch::meanTime |
Definition at line 705 of file SinexTypes.hpp.
|
static |
Definition at line 681 of file SinexTypes.hpp.
std::string gnsstk::Sinex::BiasEpoch::pointCode |
Physical monument used at a site.
Definition at line 700 of file SinexTypes.hpp.
std::string gnsstk::Sinex::BiasEpoch::siteCode |
Call sign for a site.
Definition at line 699 of file SinexTypes.hpp.
std::string gnsstk::Sinex::BiasEpoch::solutionId |
Solution number at a site.
Definition at line 701 of file SinexTypes.hpp.