BinexStream Class Reference
[Binex]

#include <BinexStream.hpp>

Inheritance diagram for BinexStream:

Inheritance graph
[legend]
Collaboration diagram for BinexStream:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class performs file i/o on a BINEX file for the BinexData classes.

See also:
binex_read_write.cpp for an example.

binex_test.cpp for an example.

BinexData.

Definition at line 49 of file BinexStream.hpp.

Public Member Functions

virtual ~BinexStream ()
 Destructor.
 BinexStream ()
 Default constructor.
 BinexStream (const char *fn, std::ios::openmode mode=std::ios::in|std::ios::binary)
 Constructor Opens a file named fn using ios::openmode mode.
virtual void open (const char *fn, std::ios::openmode mode)
 Opens a file named fn using ios::openmode mode.


Constructor & Destructor Documentation

virtual ~BinexStream  )  [inline, virtual]
 

Destructor.

Definition at line 53 of file BinexStream.hpp.

BinexStream  )  [inline]
 

Default constructor.

Definition at line 56 of file BinexStream.hpp.

BinexStream const char *  fn,
std::ios::openmode  mode = std::ios::in | std::ios::binary
[inline]
 

Constructor Opens a file named fn using ios::openmode mode.

Definition at line 61 of file BinexStream.hpp.


Member Function Documentation

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

Opens a file named fn using ios::openmode mode.

Reimplemented from FFBinaryStream.

Definition at line 67 of file BinexStream.hpp.


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