Compare Component

Abstract component to build conditional components
Vars | |
| compare | The trigger for the true/false signals |
|---|---|
| input_port_amount | The amount of input ports to have |
| result | The result from the output |
| true | Signals sent on compare |
Procs | |
| do_comparisons | Do the comparisons and return a result |
| load_custom_ports | Used by derivatives to load their own ports in for custom use. |
Var Details
compare

The trigger for the true/false signals
input_port_amount

The amount of input ports to have
result

The result from the output
true

Signals sent on compare
Proc Details
do_comparisons
Do the comparisons and return a result
load_custom_ports
Used by derivatives to load their own ports in for custom use.