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


Definition at line 62 of file AntexStream.hpp.
Public Member Functions | |
| AntexStream () | |
| Default constructor. | |
| AntexStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| Constructor given a file name. | |
| virtual | ~AntexStream () |
| Destructor. | |
| virtual void | open (const char *fn, std::ios::openmode mode) |
| overrides open to reset the header | |
Public Attributes | |
| bool | headerRead |
| Whether or not the AntexHeader has been read. | |
| AntexHeader | header |
| The header for this file. | |
|
|
Default constructor.
Definition at line 66 of file AntexStream.hpp. |
|
||||||||||||
|
Constructor given a file name.
Definition at line 71 of file AntexStream.hpp. |
|
|
Destructor.
Definition at line 75 of file AntexStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFTextStream. Definition at line 78 of file AntexStream.hpp. Referenced by AntennaStore::addANTEXfile(). |
|
|
The header for this file.
Definition at line 89 of file AntexStream.hpp. Referenced by AntexHeader::reallyGetRecord(), AntexData::reallyGetRecord(), and AntexHeader::reallyPutRecord(). |
|
|
Whether or not the AntexHeader has been read.
Definition at line 86 of file AntexStream.hpp. Referenced by AntexHeader::reallyGetRecord(), and AntexData::reallyGetRecord(). |
1.3.9.1