logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Author

       Jeff Epler

Functions

wcomp.N (requires a floating-point thread)

License

       GPL

LinuxCNC Documentation                             2025-08-07                                           WCOMP(9)

Name

       wcomp - Window comparator

Notes

       If max <= min then the behavior is undefined.

Pins

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 maxwcomp.N.under bit out
              True if in is less than or equal to minwcomp.N.over bit out
              True if in is greater than or equal to max

Synopsis

loadrtwcomp[count=N|names=name1[,name2...]]

See Also