This level isn't serving any purpose other than to make the class diagram look nice...
Definition at line 59 of file Rinex3ObsBase.hpp.
#include <Rinex3ObsBase.hpp>
Public Member Functions | |
virtual | ~Rinex3ObsBase () |
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... | |
Static Public Attributes | |
static const GNSSTK_EXPORT double | currentVersion = 3.04 |
Additional Inherited Members | |
![]() | |
virtual void | reallyGetRecord (FFStream &s)=0 |
virtual void | reallyPutRecord (FFStream &s) const =0 |
|
inlinevirtual |
Destructor.
Definition at line 64 of file Rinex3ObsBase.hpp.
|
static |
Current gnsstk supported version. Typically used to define a default RINEX version when a version is not otherwise available.
Definition at line 72 of file Rinex3ObsBase.hpp.