Provide a base class for RinexClockData and RinexClockHeader.
Definition at line 60 of file RinexClockBase.hpp.
#include <RinexClockBase.hpp>
Classes | |
class | RCDouble |
struct | RinexClkType |
RINEX clock data types. More... | |
Public Member Functions | |
virtual | ~RinexClockBase () |
Destructor. More... | |
![]() | |
virtual void | dump (std::ostream &s) const |
void | getRecord (FFStream &s) |
virtual bool | isData () const |
virtual bool | isHeader () const |
void | putRecord (FFStream &s) const |
virtual | ~FFData (void) |
virtual desctuctor More... | |
Standard RINEX clock data types | |
static const GNSSTK_EXPORT RinexClkType | UN |
static const GNSSTK_EXPORT RinexClkType | AR |
static const GNSSTK_EXPORT RinexClkType | AS |
static const GNSSTK_EXPORT RinexClkType | CR |
static const GNSSTK_EXPORT RinexClkType | DR |
static const GNSSTK_EXPORT RinexClkType | MS |
std::string | writeTime (const CivilTime &dt) const |
CivilTime | parseTime (const std::string &line) const |
Additional Inherited Members | |
![]() | |
virtual void | reallyGetRecord (FFStream &s)=0 |
virtual void | reallyPutRecord (FFStream &s) const =0 |
|
inlinevirtual |
Destructor.
Definition at line 81 of file RinexClockBase.hpp.
Converts a 26 character Rinex Clock time in the format "yyyy mm dd hh mm ss.ssssss" to a CivilTime object. If the string is blank a CommonTime::BEGINNING_OF_TIME is returned.
FFStreamError |
Definition at line 84 of file RinexClockBase.cpp.
Converts a CivilTime object into a Rinex Clock time Format is 26 characters "yyyy mm dd hh mm ss.ssssss" If CommonTime == BEGINNING_OF_TIME an all blank string will be returned.
Definition at line 59 of file RinexClockBase.cpp.
|
static |
Definition at line 111 of file RinexClockBase.hpp.
|
static |
Definition at line 112 of file RinexClockBase.hpp.
|
static |
Definition at line 113 of file RinexClockBase.hpp.
|
static |
Definition at line 114 of file RinexClockBase.hpp.
|
static |
Definition at line 115 of file RinexClockBase.hpp.
|
static |
Definition at line 110 of file RinexClockBase.hpp.