Table of Contents
Table of contents
Classes
- logic_and
logic_and has two inputs, "a" and "b", and
returns logical result of (a > threhold) ADN (b > threshold)
- logic_base
logic_base is the base class of logic modules
- logic_greater
logic_greater has two inputs, "a" and "b", and
returns logical result of a > b
- logic_not
logic_not has one input and
returns NOT (input>threshold), i
- logic_or
logic_or has two inputs, "a" and "b", and
returns logical result of (a > threhold) OR (b > threshold)
- logic_switch
logic_switch has three inputs, "bool", "high" and "low", and
returns high if bool > threshold, otherwise returns low
hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de