QuercusVL Programming Manual
In C, the parameter “h” is a handler of ConfigurationDetector.
●
Length
Detector's length; in milimeters.
C++: int get_Length ( )
C:
int VL_ConfigurationRedLightDetector_get_Length( int h )
Returns the detector's length.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_Length ( int value )
C:
void VL_ConfigurationRedLightDetector_put_Length ( int h, int n )
Modifies the detector's length.
In C, the parameter “h” is a handler of ConfigurationDetector.
●
DelayTime
Daly time for the detector; in miliseconds.
C++: int get_DelayTime ( )
C:
int VL_ConfigurationRedLightDetector_get_DelayTime( int h )
Returns the delay time for the detector.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_DelayTime ( int value )
C:
void VL_ConfigurationRedLightDetector_put_DelayTime ( int h, int n )
Modifies the delay time for the detector.
In C, the parameter “h” is a handler of ConfigurationDetector.
●
TrafficLightId
Identifier of the traffic light associated with the detector. If digital inputs are used, the
value will be -1.
Quercus Technologies
101