SEMStream Class Reference
[SEM Almanac files]

#include <SEMStream.hpp>

Inheritance diagram for SEMStream:

Inheritance graph
[legend]
Collaboration diagram for SEMStream:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class performs file i/o on a SEM file for the SEMHeader and SEMData classes.

See also:
tests/SEM for examples.

SEMData.

SEMHeader for information on writing SEM files.

Warning:
The SEM header information and data information don't correctly talk to each other at the time of completion of this file. The current fix is in SEMAlamanacStore.hpp.

Definition at line 75 of file SEMStream.hpp.

Public Member Functions

 SEMStream ()
 Default constructor.
 SEMStream (const char *fn, std::ios::openmode mode=std::ios::in)
 Constructor.
virtual ~SEMStream ()
 destructor per the coding standards
virtual void open (const char *fn, std::ios::openmode mode)
 overrides open to reset the header

Public Attributes

SEMHeader header
 SEMHeader for this file.
bool headerRead
 Flag showing whether or not the header has been read.


Constructor & Destructor Documentation

SEMStream  )  [inline]
 

Default constructor.

Definition at line 80 of file SEMStream.hpp.

SEMStream const char *  fn,
std::ios::openmode  mode = std::ios::in
[inline]
 

Constructor.

Parameters:
fn the name of the ascii SEM file to be opened
mode the ios::openmode to be used on fn

Definition at line 87 of file SEMStream.hpp.

virtual ~SEMStream  )  [inline, virtual]
 

destructor per the coding standards

Definition at line 92 of file SEMStream.hpp.


Member Function Documentation

virtual void open const char *  fn,
std::ios::openmode  mode
[inline, virtual]
 

overrides open to reset the header

Reimplemented from FFTextStream.

Definition at line 95 of file SEMStream.hpp.


Member Data Documentation

SEMHeader header
 

SEMHeader for this file.

Definition at line 103 of file SEMStream.hpp.

Referenced by SEMHeader::reallyGetRecord(), and SEMData::reallyGetRecord().

bool headerRead
 

Flag showing whether or not the header has been read.

Definition at line 106 of file SEMStream.hpp.

Referenced by SEMHeader::reallyGetRecord().


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