QuercusVL Programming Manual
C++: void put_Value ( int value )
C:
void VL_ConfigurationOutputActuatorCondition_put_Value( int h, int value )
Modifies the comparison value of the condition.
In C, the parameter “h” is a handler of ConfigurationOutputActuatorCondition.
3.47.2. Methods
●
IsValid
C++: bool IsValid()
C:
Does not exist.
Returns true if the object contains valid information, false otherwise.
3.48. ConfigurationTrafficLight class
Represents a traffic light in the configuration system.
For historical reasons, all the coordinates described in a detector will be defined in a 5
megapixel image (from 0 to 2559 and from 0 to 1919).
3.48.1. Properties
●
Id
Identifier of the traffic light. It must be unique in the list of configured traffic lights in
the unit.
C++: int get_Id ( )
C:
int VL_ConfigurationTrafficLight_get_Id ( int h )
Returns the traffic light identifier.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_Id ( int value )
C:
void VL_ConfigurationTrafficLight_put_Id ( int h, int n )
Modifies the traffic light identifier.
In C, the parameter “h” is a handler of ConfigurationDetector.
Quercus Technologies
113