quercus SmartLoop TS Programming Manual page 32

Table of Contents

Advertisement

QuercusVL Programming Manual
C++:
C:
Returns unit status.
In C, the parameter "h" is a handler of the unit (Unit).
Configuration
C++:
C:
Returns the configuration system of the unit.
In C++, if there is no reachable configuration system in the unit, returns an invalid one
(see IsValid from Configuration class)
In C, if there is no reachable configuration system in the unit, returns null.
In C, the parameter "h" is a handler of the unit (Unit).
Detectors
C++:
C:
In C++, returns the unit's collection of detectors.
In C, there is
access to collection properties:
int VL_Unit_get_Detectors_Count(int h): returns the number of detectors in unit
"h".
int VL_Unit_get_Detectors_Item(int h, int item): returns the detector located at
the indicated position in the detector's collection of unit "h" (starting from zero).
The parameter "h" is a handler of unit (Unit).
If there is no detector at the specified position returns null.
When the detector is no longer needed, the function VL_Detector_Release must
be called to free allocated memory (see Release method from Detector class).
int VL_Unit_get_Detectors_Id(int h, int id): returns the detector with identifier
"id", inside the detectors collection of "h" unit.
The parameter "h" is a handler of unit (Unit).
If there is no detector for such identifier, returns null.
When the detector is no longer needed, the function VL_Detector_Release must
be called to free allocated memory (see Release method from Detector class).
Quercus Technologies
UnitStatus get_Status ( )
int VL_Unit_get_Status (int h)
Configuraton get_Configuration ( )
int VL_Unit_get_Configuration (int h)
Detectors get_Detectors()
does not exist
no representation of "Detectors" collection, but methods to directly
32

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