CLAM-Development  1.1
Public Member Functions | Public Attributes
CLAM::SDIFInStreaming Class Reference

#include <SDIFInStreaming.hxx>

List of all members.

Public Member Functions

 SDIFInStreaming (const SDIFInConfig &c)
 SDIFInStreaming ()
virtual ~SDIFInStreaming ()
const char * GetClassName () const
 Override it in every subclass and retur the name of that class.
bool Do (void)
 Supervised mode execution method (using ports)
const ProcessingConfigGetConfig () const
 Configuration getter.

Public Attributes

OutPort< FundamentalmFundamentalOutput
OutPort< SpectrummResidualSpectrumOutput
OutPort< SpectralPeakArraymSpectralPeakArrayOutput

Detailed Description

Definition at line 37 of file SDIFInStreaming.hxx.


Constructor & Destructor Documentation

Definition at line 57 of file SDIFInStreaming.cxx.

References CLAM::Processing::Configure().

Definition at line 48 of file SDIFInStreaming.cxx.

References CLAM::Processing::Configure().

Definition at line 66 of file SDIFInStreaming.cxx.


Member Function Documentation

bool CLAM::SDIFInStreaming::Do ( void  ) [virtual]

Supervised mode execution method (using ports)

Returns:
A boolean telling whether it has been output

Implements CLAM::Processing.

Definition at line 84 of file SDIFInStreaming.cxx.

References CLAM::OutPort< Token >::GetData(), mFundamentalOutput, mResidualSpectrumOutput, mSpectralPeakArrayOutput, CLAM::OutPort< Token >::Produce(), and CLAM::SDIFFileReader::ReadFrame().

const char* CLAM::SDIFInStreaming::GetClassName ( ) const [inline, virtual]

Override it in every subclass and retur the name of that class.

Implements CLAM::Processing.

Definition at line 46 of file SDIFInStreaming.hxx.

Configuration getter.

Gets the configuration parameters used to create the object.

Returns:
Const reference to the configuration object. The usual way to perform a configuration change in the processing object is to take a copy of this reference, to change it and to send it with the Configure method. If not overriden, it returns a NullProcessingConfig.

Reimplemented from CLAM::Processing.

Definition at line 79 of file SDIFInStreaming.cxx.


Member Data Documentation

Definition at line 52 of file SDIFInStreaming.hxx.

Referenced by Do().

Definition at line 53 of file SDIFInStreaming.hxx.

Referenced by Do().

Definition at line 54 of file SDIFInStreaming.hxx.

Referenced by Do().


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