Moog ACV with CANopen bus interface
7 Servo valve functions
Event handler
B99224-DV018-D-211, Rev. A, October 2018
249
• Shift operators
• Logical compare operators
• Logical operators for conditions
• Bitwise operator AND
• Bitwise operator OR
• Logical operator AND
• Logical operator OR
• If-then-else command operators
Condition ? ifstatement : elsestatement '
• Assignment operator
• Expressions can be concatenated using a semicolon
Symbol
Description
>>
Shift right
<<
Shift left
Symbol
Description
<, <=
Smaller, smaller or equal
>, >=
Greater, greater or equal
Symbol
Description
==
Equal
!=
Not equal
Symbol
Description
&
Bitwise AND
Symbol
Description
|
Bitwise OR
Symbol
Description
&&
Logical AND
Symbol
Description
||
Logical OR
Symbol
Description
?
If and then operator
:
Else operator
'
If-then-else terminators
Symbol
Description
=
Assign
Symbol
Description
;
Separate