YumaHeader Class Reference
[Yuma almanac files]

#include <YumaHeader.hpp>

Inheritance diagram for YumaHeader:

Inheritance graph
[legend]
Collaboration diagram for YumaHeader:

Collaboration graph
[legend]
List of all members.

Detailed Description

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.

See also:
tests/Yuma for examples

YumaStream.

YumaData for more information on writing Yuma files.

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 & Destructor Documentation

YumaHeader  )  [inline]
 

Constructor.

Definition at line 60 of file YumaHeader.hpp.

virtual ~YumaHeader  )  [inline, virtual]
 

Destructor.

Definition at line 63 of file YumaHeader.hpp.


Member Function Documentation

virtual void dump std::ostream &  s  )  const [inline, virtual]
 

Send debug output to the given stream.

Parameters:
s a generic output stream

Reimplemented from FFData.

Definition at line 66 of file YumaHeader.hpp.

virtual bool isHeader void   )  const [inline, virtual]
 

This class is a "header" so this function always returns "true".

Reimplemented from FFData.

Definition at line 69 of file YumaHeader.hpp.

virtual void reallyGetRecord FFStream s  )  throw (std::exception, FFStreamError, gpstk::StringUtils::StringException) [inline, protected, virtual]
 

Does the actual reading from the stream into this FFData object.

Implements FFData.

Definition at line 77 of file YumaHeader.hpp.

virtual void reallyPutRecord FFStream s  )  const throw (std::exception, FFStreamError, gpstk::StringUtils::StringException) [inline, protected, virtual]
 

Does the actual writing from the stream into this FFData object.

Implements FFData.

Definition at line 72 of file YumaHeader.hpp.


The documentation for this class was generated from the following file:
Generated on Thu Feb 9 03:31:43 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1