QuercusVL Programming Manual
C++:
C:
Returns true if the direction of the detected vehicle is incorrect, and false if correct.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
Speed
●
C++:
C:
Returns the speed of the detected vehicle; in Km/h. If speed calculation was not
possible the value will be -1.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
Length
●
C++:
C:
Returns the length of the detected vehicle; in millimetres. If length calculation was not
possible the value will be -1.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
Occupation
●
C++:
C:
Returns the occupation of a queue detector; percent rate.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
IsOccupied
●
C++:
C:
Returns true if the detector reports vehicle presence, and false if free.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
Quercus Technologies
bool get_WrongWay()
int VL_RealTimeInformation_get_WrongWay(int h)
int get_Speed()
int VL_RealTimeInformation_get_Speed(int h)
int get_Length()
int VL_RealTimeInformation_get_Length(int h)
int get_Occupation()
int VL_RealTimeInformation_get_Occupation(int h)
bool get_IsOccupied()
int VL_RealTimeInformation_get_IsOccupied(int h)
58
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?