5-34 SOMobjects Base Toolkit Programmer’s Reference
Manual
somevSetEventTime Method
Purpose
Sets the time of the generic event (time is in milliseconds).
IDL Syntax
void somevSetEventTime (
in unsigned long time);
Description
EMan timestamps every event before dispatching it. The current time is obtained from the
operating system (for example, using a gettimeofday call), converted to milliseconds, and
is given as the value of the timestamp. When an event occurs, EMan sets the timestamp of
the event by calling this method.
Parameters
receiver A pointer to an object of class SOMEEvent.
ev A pointer to the Environment structure for the calling method.
time The time of day expressed in milliseconds.
Original Class
SOMEEvent
Related Information
Methods: somevGetEventTime
Commenti su questo manuale