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


rinex_met_test.cpp for an example.
RinexMetHeader for information on writing RINEX met files.
Definition at line 77 of file RinexMetStream.hpp.
Public Member Functions | |
| RinexMetStream () | |
| default constructor | |
| RinexMetStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Constructor Opens a file named fn using ios::openmode mode. | |
| virtual | ~RinexMetStream () |
| Destructor. | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| overrides open to reset the header | |
Public Attributes | |
| RinexMetHeader | header |
| RINEX met header for this file. | |
| bool | headerRead |
| Flag showing whether or not the header has been read. | |
|
|
default constructor
Definition at line 81 of file RinexMetStream.hpp. |
|
||||||||||||
|
Constructor Opens a file named fn using ios::openmode mode.
Definition at line 88 of file RinexMetStream.hpp. |
|
|
Destructor.
Definition at line 92 of file RinexMetStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFTextStream. Definition at line 95 of file RinexMetStream.hpp. Referenced by MetReader::read(). |
|
|
RINEX met header for this file.
Definition at line 103 of file RinexMetStream.hpp. Referenced by RinexMetHeader::reallyGetRecord(), RinexMetData::reallyGetRecord(), RinexMetHeader::reallyPutRecord(), and RinexMetData::reallyPutRecord(). |
|
|
Flag showing whether or not the header has been read.
Definition at line 106 of file RinexMetStream.hpp. Referenced by RinexMetHeader::reallyGetRecord(), and RinexMetData::reallyGetRecord(). |
1.3.9.1