QuercusVL Programming Manual
Returns the status of speed and length calculation.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_CalculateMetrics ( bool value )
C:
void VL_ConfigurationSpeedDetector_put_CalculateMetrics ( int h, int n )
True to enable speed and length calculation; false otherwise.
In C, the parameter “h” is a handler of ConfigurationDetector.
●
Distance
Distance from the unit to the detector; in milimeters.
C++: int get_Distance ( )
C:
int VL_ConfigurationSpeedDetector_get_Distance( int h )
Returns the distance from the unit to the detector.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_Distance ( bool value )
C:
void VL_ConfigurationSpeedDetector_put_Distance ( int h, int n )
Modifies the distance from the unit to the detector.
In C, the parameter “h” is a handler of ConfigurationDetector.
●
Length
Detector's length; in milimeters.
C++: int get_Length ( )
C:
int VL_ConfigurationSpeedDetector_get_Length( int h )
Returns the detector's length.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_Length ( bool value )
C:
void VL_ConfigurationSpeedDetector_put_Length ( int h, int n )
Modifies the detector's length.
Quercus Technologies
99