QuercusVL Programming Manual
complies with the applied filter (see the method SetFilter from HistoricIncidences
class).
In C the parameter “h” is a handler of incidences record (HistoricIncidences).
●
MovePrevious
C++:
bool MovePrevious()
C:
int HistoricIncidences_MovePrevious(int h)
Assigns to Current property, the information of the record's previous incidence, that
complies with the applied filter (see the method SetFilter from HistoricIncidences
class).
In C the parameter “h” is a handler of incidences record (HistoricIncidences).
●
MoveLast
C++:
void MoveLast()
C:
void VL_HistoricIncidences_MoveLast(int h)
Assigns to Current property, the information of the record's last incidence, that
complies with the applied filter (see the method SetFilter from HistoricIncidences
class).
In C the parameter “h” is a handler of incidences record (HistoricIncidences).
●
SetFilter
C++:
void SetFilter(VLDetectorType detectorType,int detectorId)
C:
void VL_HistoricIncidences_SetFilter(int h,int detectorType,int detectorId)
Sets a filter on the incidences record, in a way that only the incidences that comply with
the requirements will be selectable. The filter is defined with the variables:
●
detectorType: type of detector.
●
detectorId: identifier of detector.
Use value -1 for the fields that should not be filtered.
In C the parameter “h” is a handler of incidences record (HistoricIncidences).
3.19. HistoricSummaries Class
Record of summaries of a unit.
Quercus Technologies
54