IonexStream Class Reference
[IONEX format file I/O]

#include <IonexStream.hpp>

Inheritance diagram for IonexStream:

Inheritance graph
[legend]
Collaboration diagram for IonexStream:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class provides access to IONEX files.

See also:
gpstk::IonexHeader and gpstk::IonexData for more information.

main_ionextest.cpp for an example.

Definition at line 47 of file IonexStream.hpp.

Public Member Functions

 IonexStream ()
 Default constructor.
 IonexStream (const char *fn, std::ios::openmode mode=std::ios::in)
 Common constructor.
virtual ~IonexStream ()
 Destructor.
virtual void open (const char *fn, std::ios::openmode mode)
 Overrides open to reset the header.

Public Attributes

bool headerRead
 Whether or not the IonexHeader has been read.
IonexHeader header
 The header for this file.


Constructor & Destructor Documentation

IonexStream  )  [inline]
 

Default constructor.

Definition at line 52 of file IonexStream.hpp.

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

Common constructor.

Parameters:
fn IONEX file to open
mode Mode to open fn.

Definition at line 61 of file IonexStream.hpp.

virtual ~IonexStream  )  [inline, virtual]
 

Destructor.

Definition at line 66 of file IonexStream.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 70 of file IonexStream.hpp.


Member Data Documentation

IonexHeader header
 

The header for this file.

Definition at line 85 of file IonexStream.hpp.

Referenced by IonexHeader::reallyGetRecord(), and IonexData::reallyGetRecord().

bool headerRead
 

Whether or not the IonexHeader has been read.

Definition at line 81 of file IonexStream.hpp.

Referenced by IonexHeader::reallyGetRecord(), and IonexData::reallyGetRecord().


The documentation for this class was generated from the following file:
Generated on Tue May 21 03:31:52 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1