CLAM::WaveGenerator Class Reference

#include <WaveGenerator.hxx>

List of all members.

Classes

class  EWaveType_eSine

Public Member Functions

TData GetXPos () const
void SetXPos (TData new_value)
TData GetXDelta () const
void SetXDelta (TData new_value)
TData GetAmplitude () const
 WaveGenerator ()
 WaveGenerator (const WaveGeneratorConfig &c)
virtual ~WaveGenerator ()
const ProcessingConfigGetConfig () const
 Configuration access:
bool Do (void)
 Supervised-mode Do function.
bool Do (Audio &in)
 Standard Do function, with storage class references as arguments.

Public Attributes

OutPort< AudioOutput

Protected Attributes

WaveGeneratorConfig mConfig

Detailed Description

Definition at line 78 of file WaveGenerator.hxx.


Constructor & Destructor Documentation

CLAM::WaveGenerator::WaveGenerator (  ) 

Definition at line 48 of file WaveGenerator.cxx.

References CLAM::Processing::Configure().

CLAM::WaveGenerator::WaveGenerator ( const WaveGeneratorConfig c  ) 

Definition at line 54 of file WaveGenerator.cxx.

CLAM::WaveGenerator::~WaveGenerator (  )  [virtual]

Definition at line 79 of file WaveGenerator.cxx.


Member Function Documentation

bool CLAM::WaveGenerator::Do ( Audio in  ) 

Standard Do function, with storage class references as arguments.

This method implements the old conversor routines.

Definition at line 83 of file WaveGenerator.cxx.

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

Supervised-mode Do function.

Implements CLAM::Processing.

Definition at line 98 of file WaveGenerator.cxx.

References CLAM::OutPort< Token >::GetData(), Output, and CLAM::OutPort< Token >::Produce().

TData CLAM::WaveGenerator::GetAmplitude (  )  const [inline]

Definition at line 129 of file WaveGenerator.hxx.

Referenced by CLAM::FillBuffer().

const ProcessingConfig& CLAM::WaveGenerator::GetConfig (  )  const [inline, virtual]

Configuration access:

Reimplemented from CLAM::Processing.

Definition at line 144 of file WaveGenerator.hxx.

References mConfig.

TData CLAM::WaveGenerator::GetXDelta (  )  const [inline]

Definition at line 119 of file WaveGenerator.hxx.

Referenced by CLAM::FillBuffer().

TData CLAM::WaveGenerator::GetXPos (  )  const [inline]

Definition at line 109 of file WaveGenerator.hxx.

Referenced by CLAM::FillBuffer().

void CLAM::WaveGenerator::SetXDelta ( TData  new_value  )  [inline]

Definition at line 124 of file WaveGenerator.hxx.

void CLAM::WaveGenerator::SetXPos ( TData  new_value  )  [inline]

Definition at line 114 of file WaveGenerator.hxx.

Referenced by CLAM::FillBuffer().


Member Data Documentation

Definition at line 81 of file WaveGenerator.hxx.

Referenced by GetConfig().

Definition at line 134 of file WaveGenerator.hxx.

Referenced by Do().


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3