ATSStream Class Reference

#include <ATSStream.hpp>

Inheritance diagram for ATSStream:

Inheritance graph
[legend]
Collaboration diagram for ATSStream:

Collaboration graph
[legend]
List of all members.

Detailed Description

This is a stream used to decode data in the MDP format.

Definition at line 55 of file ATSStream.hpp.

Public Member Functions

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

Public Attributes

std::string rawData
std::vector< double > rangeBias


Constructor & Destructor Documentation

ATSStream  )  [inline]
 

Definition at line 58 of file ATSStream.hpp.

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

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

Definition at line 65 of file ATSStream.hpp.

virtual ~ATSStream  )  [inline, virtual]
 

destructor per the coding standards

Definition at line 71 of file ATSStream.hpp.


Member Function Documentation

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

overrides open to reset the header

Reimplemented from FFBinaryStream.

Definition at line 75 of file ATSStream.hpp.


Member Data Documentation

std::vector<double> rangeBias
 

Definition at line 83 of file ATSStream.hpp.

Referenced by ATSData::reallyGetRecord().

std::string rawData
 

Definition at line 81 of file ATSStream.hpp.

Referenced by ATSData::reallyGetRecord().


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