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


rinex_obs_test.cpp and rinex_obs_read_write.cpp for examples.
Definition at line 69 of file RinexObsStream.hpp.
Public Member Functions | |
| RinexObsStream () | |
| Default constructor. | |
| RinexObsStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Common constructor. | |
| RinexObsStream (const std::string fn, std::ios::openmode mode=std::ios::in) | |
| Common constructor. | |
| virtual | ~RinexObsStream () |
| Destructor. | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| Overrides open to reset the header. | |
| virtual void | open (const std::string &fn, std::ios::openmode mode) |
| Overrides open to reset the header. | |
Public Attributes | |
| bool | headerRead |
| Whether or not the RinexObsHeader has been read. | |
| RinexObsHeader | header |
| The header for this file. | |
|
|
Default constructor.
Definition at line 75 of file RinexObsStream.hpp. |
|
||||||||||||
|
Common constructor.
Definition at line 84 of file RinexObsStream.hpp. |
|
||||||||||||
|
Common constructor.
Definition at line 94 of file RinexObsStream.hpp. |
|
|
Destructor.
Definition at line 100 of file RinexObsStream.hpp. |
|
||||||||||||
|
Overrides open to reset the header.
Reimplemented from FFTextStream. Definition at line 122 of file RinexObsStream.hpp. |
|
||||||||||||
|
Overrides open to reset the header.
Reimplemented from FFTextStream. Definition at line 108 of file RinexObsStream.hpp. Referenced by NetworkObsStreams::addRinexObsFile(), gpstk::isRinexObsFile(), and NetworkObsStreams::sourceIDOfRinexObsFile(). |
|
|
The header for this file.
Definition at line 132 of file RinexObsStream.hpp. Referenced by RinexObsHeader::reallyGetRecord(), RinexObsData::reallyGetRecord(), RinexObsHeader::reallyPutRecord(), RinexObsData::reallyPutRecord(), and NetworkObsStreams::sourceIDOfRinexObsFile(). |
|
|
Whether or not the RinexObsHeader has been read.
Definition at line 128 of file RinexObsStream.hpp. Referenced by RinexObsHeader::reallyGetRecord(), and RinexObsData::reallyGetRecord(). |
1.3.9.1