FICStream Class Reference

#include <FICStream.hpp>

Inheritance diagram for FICStream:

Inheritance graph
[legend]
Collaboration diagram for FICStream:

Collaboration graph
[legend]
List of all members.

Detailed Description

This is a stream used to obtain data from a binary FIC File.

See also:
fic_test.cpp and fic_read_write.cpp for an example.

FICData and FICHeader.

Definition at line 70 of file FICStream.hpp.

Public Member Functions

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


Constructor & Destructor Documentation

FICStream  )  [inline]
 

default constructor

Definition at line 74 of file FICStream.hpp.

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

Constructor.

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

Definition at line 81 of file FICStream.hpp.

virtual ~FICStream  )  [inline, virtual]
 

destructor per the coding standards

Definition at line 87 of file FICStream.hpp.


Member Function Documentation

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

overrides open to reset the header

Reimplemented from FFBinaryStream.

Definition at line 90 of file FICStream.hpp.


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