QuercusVL Programming Manual
C++: int get_TrafficLightId ( )
C:
int VL_ConfigurationRedLightDetector_get_TrafficLightId( int h )
Returns the traffic light identifier.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_TrafficLightId ( int value )
C:
void VL_ConfigurationRedLightDetector_put_TrafficLightId ( int h, int n )
Modifies the traffic ligth identifier.
In C, the parameter “h” is a handler of ConfigurationDetector.
●
RedInput
Identifier of the digital input for the red light signal. If a configured traffic litght is used,
the value will be -1.
C++: int get_RedInput ( )
C:
int VL_ConfigurationRedLightDetector_get_RedInput( int h )
Returns the digital input identifier.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_RedInput ( int value )
C:
void VL_ConfigurationRedLightDetector_put_RedInput ( int h, int n )
Modifies the digital input identifier.
In C, the parameter “h” is a handler of ConfigurationDetector.
●
AmberInput
Identifier of the digital input for the amber signal. If a configured traffic litght is used,
or no amber signal is used, the value will be -1.
C++: int get_AmberInput ( )
C:
int VL_ConfigurationRedLightDetector_get_AmberInput( int h )
Quercus Technologies
102