CARMA C++
carma::pipeline::CorrelatorIpqWriter Class Reference

Concrete class for writing out Correlator Data to a File. More...

#include <carma/pipeline/CorrelatorIpqWriter.h>

Inheritance diagram for carma::pipeline::CorrelatorIpqWriter:
carma::correlator::lib::CorrelatorListener

Public Member Functions

 CorrelatorIpqWriter (const std::string &filename, unsigned int ipqMaxsize, unsigned int ipqNumberOfElements)
 Constructor. More...
 
const std::string & getName () const
 Return class name. More...
 
void processData (carma::correlator::lib::CorrelatorData *cd)
 Called whenever new data is ready to be processed. More...
 
virtual ~CorrelatorIpqWriter ()
 Destructor. More...
 
- Public Member Functions inherited from carma::correlator::lib::CorrelatorListener
virtual ~CorrelatorListener ()
 Destructor. More...
 

Detailed Description

Concrete class for writing out Correlator Data to a File.

Definition at line 14 of file CorrelatorIpqWriter.h.

Constructor & Destructor Documentation

carma::pipeline::CorrelatorIpqWriter::CorrelatorIpqWriter ( const std::string &  filename,
unsigned int  ipqMaxsize,
unsigned int  ipqNumberOfElements 
)

Constructor.

Specifies output filename

virtual carma::pipeline::CorrelatorIpqWriter::~CorrelatorIpqWriter ( )
virtual

Destructor.

Member Function Documentation

const std::string& carma::pipeline::CorrelatorIpqWriter::getName ( ) const
virtual

Return class name.

Implements carma::correlator::lib::CorrelatorListener.

void carma::pipeline::CorrelatorIpqWriter::processData ( carma::correlator::lib::CorrelatorData cd)
virtual

Called whenever new data is ready to be processed.

Implements carma::correlator::lib::CorrelatorListener.


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