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


It is here to conform to the other file types, even though the Yuma file type does not have any header information.
Definition at line 56 of file YumaHeader.hpp.
Public Member Functions | |
| YumaHeader () | |
| Constructor. | |
| virtual | ~YumaHeader () |
| Destructor. | |
| virtual void | dump (std::ostream &s) const |
| Send debug output to the given stream. | |
| virtual bool | isHeader () const |
| This class is a "header" so this function always returns "true". | |
Protected Member Functions | |
| virtual void | reallyPutRecord (FFStream &s) const throw (std::exception, FFStreamError, gpstk::StringUtils::StringException) |
| Does the actual writing from the stream into this FFData object. | |
| virtual void | reallyGetRecord (FFStream &s) throw (std::exception, FFStreamError, gpstk::StringUtils::StringException) |
| Does the actual reading from the stream into this FFData object. | |
|
|
Constructor.
Definition at line 60 of file YumaHeader.hpp. |
|
|
Destructor.
Definition at line 63 of file YumaHeader.hpp. |
|
|
Send debug output to the given stream.
Reimplemented from FFData. Definition at line 66 of file YumaHeader.hpp. |
|
|
This class is a "header" so this function always returns "true".
Reimplemented from FFData. Definition at line 69 of file YumaHeader.hpp. |
|
|
Does the actual reading from the stream into this FFData object.
Implements FFData. Definition at line 77 of file YumaHeader.hpp. |
|
|
Does the actual writing from the stream into this FFData object.
Implements FFData. Definition at line 72 of file YumaHeader.hpp. |
1.3.9.1