Go to the source code of this file.
◆ __SOT_GAIN_ADAPTATIVE_INIT
#define __SOT_GAIN_ADAPTATIVE_INIT |
Value:Entity(
name), coeff_a(0), coeff_b(0), coeff_c(0), \
errorSIN(NULL,
"sotGainAdaptive(" +
name +
")::input(vector)::error"), \
gainSOUT(boost::bind(&GainAdaptive::computeGain, this, _1, _2), \
errorSIN, \
"sotGainAdaptive(" +
name +
")::output(double)::gain")
Definition at line 35 of file gain-adaptive.cpp.
◆ DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN()
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN |
( |
GainAdaptive |
, |
|
|
"GainAdaptive" |
|
|
) |
| |