QuercusVL Programming Manual
In C, the parameter “h” is a handler of the incidence (Incidence).
●
DelayTime
C++:
int get_DelayTime()
C:
int VL_Incidence_get_DelayTime(int h)
Returns the minimum time (in milliseconds) that must go by, from the moment the
lights go red, until the infringement is made, to generate a valid incidence.
In C, the parameter “h” is a handler of the incidence (Incidence).
●
ElapsedTime
C++:
int get_ElapsedTime()
C:
int VL_Incidence_get_ElapsedTime(int h)
Returns the time elapsed since the traffic light went red; in milliseconds.
In C, the parameter “h” is a handler of the incidence (Incidence).
●
AmberLightTime
Returns the elapsed time with the amber light on, before turning into red
C++:
int get_AmbertLightTime()
C:
int VL_Incidence_get_AmbertLightTime(int h)
Devuelve el tiempo transcurrido con la señal de ámbar activa antes de la activación de
prohibición de paso que ha generado la incidencia; en milisegundos.
En C, el parámetro “h” es un manejador de la incidencia (Incidence).
●
MaxStopTime
C++:
int get_MaxStopTime()
C:
int VL_Incidence_get_MaxStopTime(int h)
Returns the minimum time a vehicle must be stopped, once the traffic light is on red, in
order to generate a violation; in miliseconds.
En C, the parameter “h” is a handler of incidence (Incidence).
●
TotalStoppedTime
C++:
int get_TotalStoppedTime()
C:
int VL_Incidence_get_TotalStoppedTime(int h)
Quercus Technologies
65