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