QuercusVL Programming Manual
Adds a new condition to the conditions collection of the actuator condition. The
conditions is defined by each one of the function parameters.
Returns true if creation was successful, false otherwise.
●
Delete
C++:
bool Delete ( int index )
C:
Does
not
exist,
check
VL_ConfigurationOutputActuator_get_Conditions_Delete
(
)
from
ConfigurationOutputActuator.
Removes the condition from the output actuator, where condition's position is “index”.
Returns true if deletion was successful, false otherwise.
3.47. ConfigurationOutputActuatorCondition class
Represents a condition of an output actuator in a configuration system.
3.47.1. Properties
●
DetectorId
Identifier of the detector associated to the condition.
C++: int get_DetectorId ( )
C:
int VL_ConfigurationOutputActuatorCondition_get_DetectorId ( int h )
Returns the identifier of the detector associated to the condition.
In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.
C++: void put_DetectorId ( int value )
C:
void VL_ConfigurationOutputActuatorCondition_put_DetectorId( int h, int
detectorId )
Modifies the identifier of the detector associated to the actuator.
In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.
●
Field
Field where the actuator is applied; see 3.57. VLFieldType Type type.
Quercus Technologies
111