QuercusVL Programming Manual
C++: int get_Id ( )
C:
int VL_ConfigurationOutputActuator_get_Id ( int h )
Returns the identifier of the output actuator.
In C, the parameter “h” is a handler of ConfigurationOutputActuator.
C++: void put_Id ( int value )
C:
void VL_ConfigurationOutputActuator_put_Id( int h, int Id )
Modifies the identifier of the output actuator.
In C, the parameter “h” is a handler of ConfigurationOutputActuator.
●
Operator
Operator type that defines ouptut actuator's logical behaviour; see 3.62.
VLConditionOperatorType Type.
C++: VLConditionOperatorType get_Operator ( )
C:
int VL_ConfigurationOutputActuator_get_Operator ( int h )
Returns the operator.
In C, the parameter “h” is a handler of ConfigurationOutputActuator.
C++: void put_Operator ( VLConditionOperatorType value )
C:
void VL_ConfigurationOutputActuator_put_VLConditionOperatorType( int h, int
operator )
Modifies the output actuator's operator.
In C, the parameter “h” is a handler of ConfigurationOutputActuator.
●
OutputId
Identifier of the digital output associated to the actuator.
C++: int get_OutputId ( )
C:
int VL_ConfigurationOutputActuator_get_OutputId ( int h )
Returns the identifier of the digital output associated to the actuator.
Quercus Technologies
108