1CosTimerEvent_TimerEventServEirclea(n3g)Module DefiCnoistTiiomnerEvent_TimerEventService(3)
2
3
4

NAME

6       CosTimerEvent_TimerEventService  -  This module implements the OMG Cos‐
7       TimerEvent::TimerEventService interface.
8

DESCRIPTION

10       To get access to the record definitions for the structures use:
11       -include_lib("cosTime/include/*.hrl").
12

EXPORTS

14       register(TimerEventService,    CosEventCommPushConsumer,    Data)    ->
15       TimerEventHandler
16
17              Types:
18
19                 TimerEventService  =  CosEventCommPushConsumer  =  TimerEven‐
20                 tHandler = #objref
21                 Data = #any
22
23              This operation will create a new TimerEventHandler object  which
24              will push given Data to given CosEventCommPushConsumer after the
25              timer have been set.
26
27       unregister(TimerEventService, TimerEventHandler) -> ok
28
29              Types:
30
31                 TimerEventService = TimerEventHandler = #objref
32
33              This operation will terminate the given TimerEventHandler.
34
35       event_time(TimerEventService, TimerEvent) -> UTO
36
37              Types:
38
39                 TimerEventService = #objref
40                 TimerEvent = #'CosTimerEvent_TimerEvent'{utc, event_data}
41                 utc =
42                 event_data = #any}
43                 UTO = #objref
44
45              This operation returns a UTO containing the time  at  which  the
46              associated event was triggered.
47
48
49
50Ericsson AB                      cosTime 5.0.C1osTimerEvent_TimerEventService(3)
Impressum