SP3Stream Class Reference
[SP3 format file I/O]

#include <SP3Stream.hpp>

Inheritance diagram for SP3Stream:

Inheritance graph
[legend]
Collaboration diagram for SP3Stream:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class provides access to SP3 files.

See also:
gpstk::SP3Header and gpstk::SP3Data for more information.

petest.cpp for an example.

Definition at line 61 of file SP3Stream.hpp.

Public Member Functions

 SP3Stream ()
 SP3Stream (const char *fn, std::ios::openmode mode=std::ios::in)
 Constructor Opens file fn using ios::openmode mode.
virtual ~SP3Stream ()
 destructor

Public Attributes

DayTime currentEpoch
 Time from last epoch record read.
std::string buffer
 Last line read, not yet processed.


Constructor & Destructor Documentation

SP3Stream  )  [inline]
 

Definition at line 64 of file SP3Stream.hpp.

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

Constructor Opens file fn using ios::openmode mode.

Definition at line 69 of file SP3Stream.hpp.

virtual ~SP3Stream  )  [inline, virtual]
 

destructor

Definition at line 73 of file SP3Stream.hpp.


Member Data Documentation

std::string buffer
 

Last line read, not yet processed.

Definition at line 76 of file SP3Stream.hpp.

Referenced by SP3Data::reallyGetRecord().

DayTime currentEpoch
 

Time from last epoch record read.

Definition at line 75 of file SP3Stream.hpp.

Referenced by SP3Data::reallyGetRecord().


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