#include <func.h>
Inheritance diagram for punnets_common::func_deriveq_base:

Public Methods | |
| virtual void | setLambda (real new_lambda) |
| Change leak value on a leaky integrate function. | |
| virtual void | setZeroPoint (real new_zeropoint) |
| Change zero point on a leaky integrate function. | |
| virtual bool | processMessage (ntime_t t, const message_base &m) |
| Processes message_set_lambda and message_set_zero_point messages. | |
Protected Methods | |
| virtual void | zeropChange () |
The function has a form of the following differential equation. <nobr>dx/dt = f(t)-λx</nobr> The integration constant C is determined as f(zerop)=0 stands.
Definition at line 125 of file func.h.
|
|
An entrance to recalculate coefficient at the zero-pointer change. In func_base this function do nothing. This function will be defined in the derived classes with the requirement of the recalculation. Definition at line 134 of file func.h. Referenced by punnets_common::func_response::setZeroPoint(), and setZeroPoint().
00134 { }
|
1.2.18