CLAM-Development  1.1
Public Member Functions | Protected Member Functions
CLAM::WaveGeneratorConfig Class Reference

#include <WaveGenerator.hxx>

List of all members.

Public Member Functions

 DYNAMIC_TYPE_USING_INTERFACE (WaveGeneratorConfig, 6, ProcessingConfig)
 DYN_ATTRIBUTE (0, public, EWaveType, WaveType)
 DYN_ATTRIBUTE (1, public, TData, Frequency)
 DYN_ATTRIBUTE (2, public, TData, Amplitude)
 DYN_ATTRIBUTE (3, public, TData, Phase)
 DYN_ATTRIBUTE (4, public, TData, SampleRate)
 DYN_ATTRIBUTE (5, public, int, FrameSize)

Protected Member Functions

void DefaultInit (void)
 The concrete dynamic type constructor calls DefaultInit().

Detailed Description

Definition at line 64 of file WaveGenerator.hxx.


Member Function Documentation

void CLAM::WaveGeneratorConfig::DefaultInit ( void  ) [protected]

The concrete dynamic type constructor calls DefaultInit().

This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().

See also:
CopyInit()

Reimplemented from CLAM::DynamicType.

Definition at line 28 of file WaveGenerator.cxx.

References CLAM::EWaveType::eSine, and CLAM::DynamicType::UpdateData().

CLAM::WaveGeneratorConfig::DYN_ATTRIBUTE ( ,
public  ,
EWaveType  ,
WaveType   
)
CLAM::WaveGeneratorConfig::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
Frequency   
)
CLAM::WaveGeneratorConfig::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
Amplitude   
)
CLAM::WaveGeneratorConfig::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
Phase   
)
CLAM::WaveGeneratorConfig::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
SampleRate   
)
CLAM::WaveGeneratorConfig::DYN_ATTRIBUTE ( ,
public  ,
int  ,
FrameSize   
)

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