![quercus BirdWatch Red Light Programming Manual Download Page 64](http://html1.mh-extra.com/html/quercus/birdwatch-red-light/birdwatch-red-light_programming-manual_772364064.webp)
QuercusVL Programming Manual
C++:
Unit get_Unit()
C:
int VL_Incidence_get_Unit(int h)
Returns the unit that generated the incidence.
In C, the parameter “h” is a handler of the incidence (Incidence).
●
DetectorId
C++:
int get_DetectorId()
C:
int VL_Incidence_get_DetectorId(int h)
Returns the detector identifier that generated the incidence.
In C, the parameter “h” is a handler of the incidence (Incidence).
●
DetectorType
C++:
VLDetectorType get_DetectorType()
C:
int VL_Incidence_get_DetectorType(int h)
Returns the type of detector that generated the incidence.
In C, the parameter “h” is a handler of the incidence (Incidence).
●
Id
C++:
int get_Id()
C:
int Incidence_get_Id(int h)
Returns the incidence identifier.
In C, the parameter “h” is a handler of the incidence (Incidence).
●
Type
C++:
VLIncidenceType get_Type()
C:
int VL_Incidence_get_Type(int h)
Returns the type of incidence.
In C, the parameter “h” is a handler of the incidence (Incidence).
●
Speed
C++:
int get_Speed()
C:
int VL_Incidence_get_Speed(int h)
Returns the recorded speed, in km/h. If speed calculation was not possible returns -1.
Quercus Technologies
64