QuercusVL Programming Manual
3.44. ConfigurationStoppedCarDetector Class
Represents a stopped car detector from the configuration system. This calss derives from
ConfigurationDetector; see 3.39. ConfigurationDetector Class.
3.44.1. Properties
●
MaxStopTime
Minimum stop time at the detector in order to generate an incidence.; in miliseconds.
C++: int get_MaxStopTime ( )
C:
int VL_ConfigurationStoppedCarDetector_get_MaxStopTime( int h )
Returns the minimum stop time at the detector in order to generate an incidence; in
miliseconds.
In C the parameter “h” is a handler of ConfigurationDetector.
C++: void put_MaxStopTime ( int value )
C:
void VL_ConfigurationStoppedCarDetector_put_MaxStopTime ( int h, int n )
Modifies the minimum stop time at the detector in order to generate an incidence; in
miliseconds.
In C the parameter “h” is a handler of ConfigurationDetector.
●
TrafficLightId
Identifier of the traffic light linked with the detector. If using digital input, its value will
be -1.
C++: int get_TrafficLightId ( )
C:
int VL_ConfigurationStoppedCarDetector_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_ConfigurationStoppedCarDetector_put_TrafficLightId ( int h, int n )
Quercus Technologies
105