This class does not really do anything. 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 70 of file YumaHeader.hpp.
#include <YumaHeader.hpp>
Public Member Functions | |
virtual void | dump (std::ostream &s) const |
virtual bool | isHeader () const |
This class is a "header" so this function always returns "true". More... | |
YumaHeader () | |
Constructor. More... | |
virtual | ~YumaHeader () |
Destructor. More... | |
![]() | |
virtual | ~YumaBase () |
in deference to our coding standards, this is declared virtual More... | |
![]() | |
void | getRecord (FFStream &s) |
virtual bool | isData () const |
void | putRecord (FFStream &s) const |
virtual | ~FFData (void) |
virtual desctuctor More... | |
Protected Member Functions | |
virtual void | reallyGetRecord (FFStream &s) |
virtual void | reallyPutRecord (FFStream &s) const |
|
inline |
Constructor.
Definition at line 74 of file YumaHeader.hpp.
|
inlinevirtual |
Destructor.
Definition at line 77 of file YumaHeader.hpp.
|
inlinevirtual |
Send debug output to the given stream.
s | a generic output stream |
Reimplemented from gnsstk::FFData.
Definition at line 80 of file YumaHeader.hpp.
|
inlinevirtual |
This class is a "header" so this function always returns "true".
Reimplemented from gnsstk::FFData.
Definition at line 83 of file YumaHeader.hpp.
|
inlineprotectedvirtual |
std::exception | |
FFStreamError | |
StringUtils::StringException |
Implements gnsstk::FFData.
Definition at line 99 of file YumaHeader.hpp.
|
inlineprotectedvirtual |
std::exception | |
FFStreamError | |
StringUtils::StringException |
Implements gnsstk::FFData.
Definition at line 91 of file YumaHeader.hpp.