QuercusVL Programming Manual
C++:
C:
Returns the unit identifier that generated the event.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
DetectorId
●
C++:
C:
Returns the detector identifier where the event has been generated.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
DetectorType
●
C++:
C:
Returns the type of detector where the event has been generated.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
Timestamp
●
C++:
C:
In C++, returns the timestamp when unit generated the real time info.
In C, there is no representation of "Timestamp" class, but methods to directly access to
class properties:
int VL_RealTimeInformation_get_Timestamp_Seconds(int h): date and time
●
when the real time info was generated, showing the number of seconds elapsed
since 00:00 hours on the first of January of 1970. It is the same format that is
returned at the call to function time_t time ( time_t *timer ) from ANSI C
standard.
int
●
when the real time info was generated.
In C, the parameter "h" is a handler of real time information (RealTimeInformation).
WrongWay
●
Quercus Technologies
Unit get_Unit()
int VL_RealTimeInformation_get_Unit(int h)
int get_DetectorId()
int VL_RealTimeInformation_get_DetectorId(int h)
VL_DetectorType get_DetectorType()
int VL_RealTimeInformation_get_DetectorType(int h)
Timestamp get_Timestamp()
Does Not exist
VL_RealTimeInformation_get_Timestamp_USeconds(int
h):
microsecond
57
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?