Methods - quercus SmartLoop TS Programming Manual

Table of Contents

Advertisement

QuercusVL Programming Manual
NumLights
C++: int get_NumLights ( )
C:
int VL_ConfigurationTrafficLight_get_NumLights ( int h )
Returns the number of lights configured in the traffic lights.
In C, the parameter "h" is a handler of ConfigurationDetector.
Lights
C++:
C:
In C++ returns the collection of lights that form the traffic lights.
In C, there is no representation of "ConfigurationLights" collection, but methods to
directly access to collection properties:
int
configured lights in the traffic lights.
int VL_ConfigurationTrafficLight_get_Lights_Item ( int h, int item ): returns the
light located at the specified position inside the lights collection of the traffic light
(starting from zero).
If there is no ConfigurationLight por the specified position returns null.
int VL_ConfigurationTrafficLight_get_Lights_Create ( int h, int x, int y, int radius,
int type ): adds a new light to the traffic light, with the characteristics specified
at function parameters.
Returns true if creation was successful, false otherwise.
int VL_ConfigurationTrafficLight_get_Lights_Delete ( int h, int index ): deletes
the light at position "index", inside the lights collection of the traffic lights
(starting from zero).
Returns true if deletion was successful, false otherwise.

3.48.2. Methods

IsValid
C++: bool IsValid()
C:
Does not exist.
Returns true if the object contains valid information, false otherwise.
Quercus Technologies
114
ConfigurationLights get_Lights( )
Does not exist
VL_ConfigurationTrafficLight_get_Lights_Count
(
int
h
):
number
of

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SmartLoop TS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Birdwatch red lightSmartloop ts plus

Table of Contents