QuercusVL Programming Manual
C++:
bool MovePrevious()
C:
int VL_HistoricSummaries_MovePrevious(int h)
Assigns to Current property, the information of the record's previous summary, that
complies with the applied filter (see the method SetFilter from HistoricSummaries
class).
In C the parameter “h” is a handler of summary record (HistoricSummaries).
●
MoveLast
C++:
void MoveLast()
C:
void VL_HistoricSummaries_MoveLast(int h)
Assigns to Current property, the information of the record's last summary, that
complies with the applied filter (see the method SetFilter from HistoricSummaries
class).
In C the parameter “h” is a handler of summary record (HistoricSummaries).
●
SetFilter
C++:
void SetFilter(VLDetectorType detectorType,int detectorId)
C:
void VL_HistoricSummaries_SetFilter(int h,int detectorType,int
detectorId)
Sets a summary record filter, in a way that only the summaries 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 summary record (HistoricSummaries).
3.20. RealTimeInformation Class
Information about a real time event generated by the unit.
Depending of the type of the generated event some fields are used or not. The fields that don't
provide information in an event will show value “-1”.
3.20.1. Properties
●
Unit
Quercus Technologies
56