wcomp − Window comparator
loadrt wcomp [count=N|names=name1[,name2...]] |
wcomp.N (requires a floating-point thread)
wcomp.N.in float in
Value being compared
wcomp.N.min float in
Low boundary for comparison
wcomp.N.max float in
High boundary for comparison
wcomp.N.out bit out
True if in is strictly between min and max
wcomp.N.under bit out
True if in is less than or equal to min
wcomp.N.over bit out
True if in is greater than or equal to max
If max <= min then the behavior is undefined.
GPL