The RMP Motion Controller APIs

◆ RSIUserLimitLogic

enum class RSIUserLimitLogic
strong
Enumerator
RSIUserLimitLogicEQ 

Equal to.

RSIUserLimitLogicNE 

Not equal to.

RSIUserLimitLogicGT 

Greater than.

RSIUserLimitLogicGE 

Greater than or equal.

RSIUserLimitLogicLE 

Less than or equal.

RSIUserLimitLogicLT 

Less than.

RSIUserLimitLogicABS_EQ 

Absolute value is equal to.

RSIUserLimitLogicABS_GT 

Absolute value is greater than.

RSIUserLimitLogicABS_LE 

Absolute value is less than.

Definition at line 631 of file rsienums.h.