QuercusVL Programming Manual
C++:
Unit get_Unit()
C:
int VL_RealTimeInformation_get_Unit(int h)
Returns the unit identifier that generated the event.
In C, the parameter “h” is a handler of real time information (RealTimeInformation).
●
DetectorId
C++:
int get_DetectorId()
C:
int VL_RealTimeInformation_get_DetectorId(int h)
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++:
VL_DetectorType get_DetectorType()
C:
int VL_RealTimeInformation_get_DetectorType(int h)
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++:
Timestamp get_Timestamp()
C:
Does Not exist
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 VL_RealTimeInformation_get_Timestamp_USeconds(int h): microsecond
when the real time info was generated.
In C, the parameter “h” is a handler of real time information (RealTimeInformation).
●
WrongWay
Quercus Technologies
57