CIGAL Reference Manual, Chapter 6 (RealTime): r_ifand

r_ifand -- Do a bit-wise AND comparison of 2 short integers

usage: r_ifand opflg eflag ltime Value1 Value2

R_IFAND is a REALTIME operator. It must be part of an R_IFAND/R_ENDIF or R_IFAND/R_ELSE/R_ENDIF block specification. The operation performs a bitwise AND of VALUE1 and VALUE2. If the result is non-zero the program will execute the operations appearing between this operation and the corresponding R_ELSE or R_ENDIF line, whichever comes first. If the AND result is zero, control will immediately jump to the corresponding R_ELSE or R_ENDIF line, whichever comes first.

See Also:
CIGAL Home, CIGAL Manual, RealTime List, Manual Help