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


gpstk::RinexNavHeader and gpstk::RinexNavData classes.
Definition at line 68 of file RinexNavStream.hpp.
Public Member Functions | |
| RinexNavStream () | |
| Default constructor. | |
| RinexNavStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Constructor Opens a file named fn using ios::openmode mode. | |
| virtual | ~RinexNavStream () |
| Destructor. | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| overrides open to reset the header | |
Public Attributes | |
| RinexNavHeader | header |
| RINEX NAV header for this file. | |
| bool | headerRead |
| Flag showing whether or not the header has been read. | |
|
|
Default constructor.
Definition at line 72 of file RinexNavStream.hpp. |
|
||||||||||||
|
Constructor Opens a file named fn using ios::openmode mode.
Definition at line 79 of file RinexNavStream.hpp. |
|
|
Destructor.
Definition at line 83 of file RinexNavStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFTextStream. Definition at line 86 of file RinexNavStream.hpp. Referenced by gpstk::isRinexNavFile(). |
|
|
RINEX NAV header for this file.
Definition at line 94 of file RinexNavStream.hpp. Referenced by RinexNavHeader::reallyGetRecord(), RinexNavData::reallyGetRecord(), RinexNavHeader::reallyPutRecord(), and RinexNavData::reallyPutRecord(). |
|
|
Flag showing whether or not the header has been read.
Definition at line 97 of file RinexNavStream.hpp. Referenced by RinexNavHeader::reallyGetRecord(), and RinexNavData::reallyGetRecord(). |
1.3.9.1