#include <SP3Stream.hpp>
Inheritance diagram for SP3Stream:


petest.cpp for an example.
Definition at line 61 of file SP3Stream.hpp.
Public Member Functions | |
| SP3Stream () | |
| SP3Stream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Constructor Opens file fn using ios::openmode mode. | |
| virtual | ~SP3Stream () |
| destructor | |
Public Attributes | |
| DayTime | currentEpoch |
| Time from last epoch record read. | |
| std::string | buffer |
| Last line read, not yet processed. | |
|
|
Definition at line 64 of file SP3Stream.hpp. |
|
||||||||||||
|
Constructor Opens file fn using ios::openmode mode.
Definition at line 69 of file SP3Stream.hpp. |
|
|
destructor
Definition at line 73 of file SP3Stream.hpp. |
|
|
Last line read, not yet processed.
Definition at line 76 of file SP3Stream.hpp. Referenced by SP3Data::reallyGetRecord(). |
|
|
Time from last epoch record read.
Definition at line 75 of file SP3Stream.hpp. Referenced by SP3Data::reallyGetRecord(). |
1.3.9.1