QuercusVL Programming Manual
●
SendIncidences
C++:
bool get_SendIncidences()
C:
int VL_Detector_get_SendIncidences(int h)
Returns true if sending incidences is enabled, false if disabled.
In C, the parameter “h” is a handler of detector (Detector).
●
SendSummaries
C++:
bool get_SendSummaries()
C:
int VL_Detector_get_SendSummaries(int h)
Returns true if sending summaries is enabled, false if disabled.
In C, the parameter “h” is a handler of detector (Detector).
●
SummariesPeriod
C++:
int get_SummariesPeriod()
C:
int VL_Detector_get_SummariesPeriod(int h)
Returns the summaries period setting (in minutes).
In C, the parameter “h” is a handler of detector (Detector).
●
Coordinates
C++:
Region get_Coordinates()
C:
int VL_Detector_get_Coordinates(int h)
Returns the coordinates of the detector.
In C, the parameter “h” is a handler of detector (Detector).
●
LoopsCoordinates
C++:
Regions get_LoopsCoordinates()
C:
Does not exist
In C++ returns the collection of coordinates of the loops that form the detector.
In C does not exist a representation of the collection “Regions” but methods to directly
access to collection properties:
●
int VL_Detector_get_LoopsCoordinates_Count(int h): number of configured
Quercus Technologies
42