Public Member Functions | Public Attributes | Private Member Functions | List of all members
gnsstk::Rinex3ClockStream Class Reference

Detailed Description

This class performs file I/O on an RINEX Clock format file for the Rinex3ClockHeader and Rinex3ClockData classes.

Definition at line 59 of file Rinex3ClockStream.hpp.

#include <Rinex3ClockStream.hpp>

Inheritance diagram for gnsstk::Rinex3ClockStream:
Inheritance graph
[legend]

Public Member Functions

virtual void open (const char *filename, std::ios::openmode mode)
 
 Rinex3ClockStream ()
 Default constructor. More...
 
 Rinex3ClockStream (const char *filename, std::ios::openmode mode=std::ios::in)
 
virtual ~Rinex3ClockStream ()
 destructor More...
 
- Public Member Functions inherited from gnsstk::FFTextStream
 FFTextStream ()
 Default constructor. More...
 
 FFTextStream (const char *fn, std::ios::openmode mode=std::ios::in)
 
 FFTextStream (const std::string &fn, std::ios::openmode mode=std::ios::in)
 
void formattedGetLine (std::string &line, const bool expectEOF=false)
 
virtual void open (const std::string &fn, std::ios::openmode mode)
 Overrides open to reset the line number. More...
 
virtual ~FFTextStream ()
 Destructor. More...
 
- Public Member Functions inherited from gnsstk::FFStream
void conditionalThrow (void)
 
void dumpState (std::ostream &s=std::cout) const
 A function to help debug FFStreams. More...
 
 FFStream ()
 Default constructor, initialize internal data. More...
 
 FFStream (const char *fn, std::ios::openmode mode=std::ios::in)
 
 FFStream (const std::string &fn, std::ios::openmode mode=std::ios::in)
 
virtual ~FFStream ()
 Virtual destructor, close the stream etc. More...
 

Public Attributes

bool headerRead
 true if the header has been read More...
 
- Public Attributes inherited from gnsstk::FFTextStream
unsigned int lineNumber
 
- Public Attributes inherited from gnsstk::FFStream
std::string filename
 file name More...
 
FFStreamError mostRecentException
 This stores the most recently thrown exception. More...
 
unsigned int recordNumber
 keeps track of the number of records read More...
 

Private Member Functions

void init ()
 initialize internal data structures More...
 

Additional Inherited Members

- Static Public Member Functions inherited from gnsstk::FFStream
static bool isFFStream (std::istream &i)
 Check if the input stream is the kind of RinexObsStream. More...
 
- Protected Member Functions inherited from gnsstk::FFTextStream
virtual void tryFFStreamGet (FFData &rec)
 
virtual void tryFFStreamPut (const FFData &rec)
 

Constructor & Destructor Documentation

◆ Rinex3ClockStream() [1/2]

gnsstk::Rinex3ClockStream::Rinex3ClockStream ( )

Default constructor.

Definition at line 49 of file Rinex3ClockStream.cpp.

◆ Rinex3ClockStream() [2/2]

gnsstk::Rinex3ClockStream::Rinex3ClockStream ( const char *  filename,
std::ios::openmode  mode = std::ios::in 
)

Common constructor: open (default: read mode)

Parameters
[in]filenamethe name of the ASCII Rinex3Clock format file to be opened
[in]modethe ios::openmode to be used

Definition at line 55 of file Rinex3ClockStream.cpp.

◆ ~Rinex3ClockStream()

gnsstk::Rinex3ClockStream::~Rinex3ClockStream ( )
virtual

destructor

Definition at line 63 of file Rinex3ClockStream.cpp.

Member Function Documentation

◆ init()

void gnsstk::Rinex3ClockStream::init ( )
private

initialize internal data structures

Definition at line 76 of file Rinex3ClockStream.cpp.

◆ open()

void gnsstk::Rinex3ClockStream::open ( const char *  filename,
std::ios::openmode  mode 
)
virtual

override open() to reset the header

Parameters
[in]filenamethe name of the ASCII RINEX Clock format file
[in]modethe ios::openmode to be used

Reimplemented from gnsstk::FFTextStream.

Definition at line 68 of file Rinex3ClockStream.cpp.

Member Data Documentation

◆ headerRead

bool gnsstk::Rinex3ClockStream::headerRead

true if the header has been read

Definition at line 80 of file Rinex3ClockStream.hpp.


The documentation for this class was generated from the following files:


gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:45