FICAStream Class Reference

#include <FICAStream.hpp>

Inheritance diagram for FICAStream:

Inheritance graph
[legend]
Collaboration diagram for FICAStream:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

See also:
fica_test.cpp for an example.

FICData and FICHeader.

Definition at line 66 of file FICAStream.hpp.

Public Member Functions

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


Constructor & Destructor Documentation

FICAStream  )  [inline]
 

Default constructor.

Definition at line 70 of file FICAStream.hpp.

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

Constructor.

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

Definition at line 77 of file FICAStream.hpp.

virtual ~FICAStream  )  [inline, virtual]
 

destructor per the coding standards

Definition at line 83 of file FICAStream.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 86 of file FICAStream.hpp.


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