Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Author

       Jeff Epler

Functions

or2.N

License

       GPL

LinuxCNC Documentation                             2025-06-19                                             OR2(9)

Name

       or2 - Two-input OR gate

Pins

or2.N.in0 bit in
       or2.N.in1 bit in
       or2.N.out bit out

              out is computed from the value of in0 and in1 according to the following rule:

              in0=FALSEin1=FALSEout=FALSE

              Otherwise,
                     out=TRUE

See Also

logic(9)

Synopsis

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

See Also