filter.num
last edited 4 years ago by ayengibar
description
This is a filter that takes int mode and two doubles, compare them according to the mode. If the mode and the numbers appropriate to the condition, fires the number. If the mode and comparewith does not appropriate (for example mode=1 and comparewith is not less than IN)it outputs error message, for example: "cannot compare")
figure
inpins:
IN – double COND – (int mode, double comparewith): mode = 0 – equal, 1 - less , 2 - less or equal, 3 - more, 4 - more or equal
outpins:
- double - IN = 51 - If the mode and comprewith appropriate it outputs: "' comparewith+"="+IN '" (in this case we have mode=0 and comparewith=IN)
links to cvs
configuration file revision 1.0:http://cvs.sourceforge.net/viewcvs.py/*checkout*/vcb/VCB/libraries/configs/filter at sourceforge.net
status
alpha release