class logic_base : public real_function logic_base is the base class of logic modules
logic_base is the base class of logic modules.logic modules accept type of real inputs and each module generates an output of type real. An input value is TRUE if input > "threshold". When an output represents a logical true or false, numerical values "true_val" and "false_val" are used for each state. The preset values for these parameters are as follows and they can be chaged as settings. threshold = 0.9, true_val = 5, false_val = 0.
Constructor registers three parameters, threshold, true_val and false_val, and sets defaul values of all inputs to true_val.
~logic_base( void )
virtual void sub_sub_load( void )
virtual bool is_true( const adlib_real val )
virtual bool is_false( const adlib_real val )
virtual adlib_real get_true_val( void )
virtual adlib_real get_false_val( void )
adlib_real threshold
adlib_real true_val
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de