Methods - quercus SmartLoop TS Programming Manual

Table of Contents

Advertisement

QuercusVL Programming Manual
SendIncidences
C++:
C:
Returns true if sending incidences is enabled, false if disabled.
In C, the parameter "h" is a handler of detector (Detector).
SendSummaries
C++:
C:
Returns true if sending summaries is enabled, false if disabled.
In C, the parameter "h" is a handler of detector (Detector).
SummariesPeriod
C++:
C:
Returns the summaries period setting (in minutes).
In C, the parameter "h" is a handler of detector (Detector).
Coordinates
C++:
C:
Returns the coordinates of the detector.
In C, the parameter "h" is a handler of detector (Detector).
LoopsCoordinates
C++:
C:
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
bool get_SendIncidences()
int VL_Detector_get_SendIncidences(int h)
bool get_SendSummaries()
int VL_Detector_get_SendSummaries(int h)
int get_SummariesPeriod()
int VL_Detector_get_SummariesPeriod(int h)
Region get_Coordinates()
int VL_Detector_get_Coordinates(int h)
Regions get_LoopsCoordinates()
Does not exist
42

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SmartLoop TS and is the answer not in the manual?

This manual is also suitable for:

Birdwatch red lightSmartloop ts plus

Table of Contents