QuercusVL Programming Manual
Informs about the status of unit tasks.
Returns true if the query was successful, or false otherwise.
In C, the parameter “h” is a handler of unit (Unit).
●
GetDetectorTasks
C++:
bool GetDetectorTasks(int id, int id, bool *enableSummaries, bool
*enableIncidences, bool *sendSummaries, bool *sendIncidences, bool
*sendRealTimeInformation)
C:
int VL_Unit_GetDetectorTasks(int h, int id, int *enableSummaries, int
*enableIncidences, int *sendSummaries, int *sendIncidences, int
*sendRealTimeInformation)
Informs about the status of the indicated (id) detector tasks.
Returns true if the query was successful, or false otherwise.
In C, the parameter “h” is a handler of unit (Unit).
3.7. UnitStatus Class
Status of the unit.
3.7.1. Properties
●
Global
C++:
bool get_Status()
C:
int VL_UnitStatus_get_Status(int h)
Global status of the unit. Returns true if unit's system status is correct, false otherwise.
In C, the parameter “h” is a handler of UnitStatus.
●
Communication
C++:
bool get_Communication( )
C:
int VL_UnitStatus_get_Communication(int h)
Communication status of the unit. True if it is able to communicate, false otherwise.
In C, the parameter “h” is a handler of UnitStatus.
Quercus Technologies
38