The RMP Motion Controller APIs

◆ RSIUserLimitTriggerType

enum class RSIUserLimitTriggerType
strong
Enumerator
RSIUserLimitTriggerTypeINVALID 


RSIUserLimitTriggerTypeNONE 

Disables the user limit. No conditions are evaluated.

RSIUserLimitTriggerTypeSINGLE_CONDITION 

Only one condition is evaluated.

RSIUserLimitTriggerTypeCONDITION_AND 

Two conditions are evaluated and combined via a logical AND.

RSIUserLimitTriggerTypeCONDITION_OR 

Two conditions are evaluated and combined via a logical OR.

RSIUserLimitTriggerTypeTIMER 

Specifies that the user limit is to be used as a timer.

RSIUserLimitTriggerTypeEND 

internal use only

RSIUserLimitTriggerTypeFIRST 

internal use only

RSIUserLimitTriggerTypeCOUNT 

internal use only

Definition at line 618 of file rsienums.h.