The RMP Motion Controller APIs

◆ RSIFirmwareLogic

enum class RSIFirmwareLogic
strong
Enumerator
RSILogicNEVER 

Disables the user limit. No conditions are evaluated.

RSILogicSINGLE 

Only one condition is evaluated.

RSILogicOR 

Two conditions are evaluated and combined via a logical OR.

RSILogicAND 

Two conditions are evaluated and combined via a logical AND.

Definition at line 548 of file rsienums.h.