QuercusVL Programming Manual
●
Item
C++:
int Item ( int item )
C:
Does not exist, check VL_Summary_get_OccupationsUpperLimit_Item(int
h, int item) from Summary
Returns the value in the indicated position, inside the collection of values making up the
occupancy percentage ranges of a detector. The values are sorted from lowest to
highest, placing the smallest value at the first position in the collection.
The parameter “item” must specify the position (starting from zero).
If there is no OccupationsUpperLimit at the specified position, it returns an invalid one
(see IsValid from OccupationsUpperLimit class).
3.36. Timestamp Class
Definition of timestamp
3.36.1. Properties
●
Seconds
C++:
int get_Seconds()
C:
Does not exist, check
class
_get_Timestamp_Seconds(int h), where
class
is the class referenced by Timestamp.
Date and time of the timestamp, showing the 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.
●
USeconds
C++:
int get_USeconds()
C:
Does not exist, check VL_
class
_get_Timestamp_USeconds(int h), where
class
is the class referenced by Timestamp.
Microsecond of the timestamp.
3.37. Notification Class
Logical representation of a unit's notification.
Quercus Technologies
81