5-32 SOMobjects Base Toolkit Programmer’s Reference
Manual
somevGetEventTime Method
Purpose
Returns the time of the generic event in milliseconds.
IDL Syntax
unsigned long somevGetEventTime ( );
Description
EMan timestamps every event before dispatching it. The current time is obtained from the
operating system (for example, using a gettimeofday call), is converted to milliseconds,
and is given as the value of the timestamp. When this function is called, the event
timestamp is returned.
Parameters
receiver A pointer to an object of class SOMEEvent.
ev A pointer to the Environment structure for the calling method.
Return Value
An event timestamp in milliseconds.
Original Class
SOMEEvent
Related Information
Methods: somevSetEventTime
Kommentare zu diesen Handbüchern