QuercusVL Programming Manual
C:
Does not exist, check VL_ConfigurationTrafficLight_get_Lights_Create ( )
of ConfigurationTrafficLight.
Adds a new light to the lights collection of the traffic lights. The light will be defined by
the function parameters.
Retursn true if creation was succesful, false otherwise.
●
Delete
C++:
bool Delete ( int index )
C:
Does not exist, check VL_ConfigurationTrafficLight_get_Lights_Delete ( )
of ConfigurationTrafficLight.
Deletes the light of the traffic light that has the position “index”.
Returns true if deletion was successful, false otherwise.
3.50. ConfigurationLight class
Represents a light that belongs to a traffic light of the configuration system; see 3.48.
ConfigurationTrafficLight class.
3.50.1. Properties
●
Type
Type of light; see 3.56. VLLightType Type.
C++: VLLightType get_Type ( )
C:
int VL_ConfigurationLight_get_Type( int h )
Returns the type of light.
In C the parameter “h” is a handler of ConfigurationDetector.
C++: void put_Type ( VLLightType value )
C:
void VL_ConfigurationLight_put_Type( int h, int n )
Modifies the type of light.
In C the parameter “h” is a handler of ConfigurationDetector.
●
X
Quercus Technologies
116