QuercusVL Programming Manual
C:
void VL_Summary_Release ( int h )
See 2.2.1. Memory management.
3.30. SpeedsDistribution Class
Collection of percentages of vehicles that have circulated through a detector for a given speed
range. These ranges are defined in the collection SpeedsUpperLimit. For deeper information
about speed distribution, see SmartLoop
®
user manual.
3.30.1. Properties
●
Count
C++:
int Count ( )
C:
Does not exist, check VL_Summary_get_SpeedsDistribution_Count(int h)
from Summary
Number of values in the collection.
●
Item
C++:
int Item ( int item )
C:
Does not exist, check VL_Summary_get_SpeedsDistribution_Item(int h,
int item) from Summary
Returns the percentage in the indicated position within the collection of percentages of
vehicles that have circulated through a detector for a given speed range. The location of
each value in the collection, corresponds with the order of ranges in the collection
SpeedsUpperLimit of the detector.
The parameter “item” must specify the position (starting from zero).
If there is no SpeedsDistribution at the specified position, it returns an invalid one (see
IsValid from SpeedsDistribution class.
3.31. LengthsDistribution Class
Collection of percentages of vehicles that have circulated through a detector for a given length
range. These ranges are defined in the collection LengthsUpperLimit. For deeper information
about length distribution, see SmartLoop
®
user manual.
Quercus Technologies
77