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


Definition at line 55 of file ATSStream.hpp.
Public Member Functions | |
| ATSStream () | |
| ATSStream (const char *fn, std::ios::openmode mode=std::ios::in) | |
| virtual | ~ATSStream () |
| destructor per the coding standards | |
| virtual void | open (const char *fn, std::ios::openmode mode=std::ios::in) |
| overrides open to reset the header | |
Public Attributes | |
| std::string | rawData |
| std::vector< double > | rangeBias |
|
|
Definition at line 58 of file ATSStream.hpp. |
|
||||||||||||
|
Definition at line 65 of file ATSStream.hpp. |
|
|
destructor per the coding standards
Definition at line 71 of file ATSStream.hpp. |
|
||||||||||||
|
overrides open to reset the header
Reimplemented from FFBinaryStream. Definition at line 75 of file ATSStream.hpp. |
|
|
Definition at line 83 of file ATSStream.hpp. Referenced by ATSData::reallyGetRecord(). |
|
|
Definition at line 81 of file ATSStream.hpp. Referenced by ATSData::reallyGetRecord(). |
1.3.9.1