1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
%% Automatically generated. Do not edit.
{srcfile, "application"}.
{appname, "cosTime"}.
{appvsn, "1.1"}.
{module, "cosTime"}.
{modulesummary, "The main module of the cosTime application"}.
{name, "install_time/0"}.
{fsummary, "Install the cosTime Time Service part application"}.
{name, "uninstall_time/0"}.
{fsummary, "Uninstall the cosTime Time Service part application"}.
{name, "install_timerevent/0"}.
{fsummary, "Install the cosTime Timer Event Service part application"}.
{name, "uninstall_timerevent/0"}.
{fsummary, "Uninstall the cosTime Timer Event Service part application"}.
{name, "start/0"}.
{fsummary, "Start the cosTime application"}.
{name, "stop/0"}.
{fsummary, "Stop the cosTime application"}.
{name, "start_time_service/2"}.
{fsummary, "Start a Time Service object"}.
{name, "stop_time_service/1"}.
{fsummary, "Stop the target Time Service object"}.
{name, "start_timerevent_service/1"}.
{fsummary, "Start a Timer Event Service object"}.
{name, "stop_timerevent_service/1"}.
{fsummary, "Stop the target Timer Event Service object"}.
{module, "CosTime_TIO"}.
{modulesummary, "This module implements the OMG CosTime::TIO interface."}.
{name, "'_get_time_interval'/1"}.
{fsummary, "Return the interval associated with the target object"}.
{name, "spans/2"}.
{fsummary, "Return an OverlapType which describe how the interval in the target object and the timerange represented by the UTO object overlap"}.
{name, "overlaps/2"}.
{fsummary, "Return an OverlapType which describe how the interval in the target object and the timerange represented by the TIO object overlap"}.
{name, "time/1"}.
{fsummary, "Return a UTO in which the interval equals the time interval in the target object and time value is the midpoint of the interval"}.
{module, "CosTime_TimeService"}.
{modulesummary, "This module implements the OMG CosTime::TimeService interface."}.
{name, "universal_time/1"}.
{fsummary, "Return the current time and the Inaccuracy given when starting this application in a UTO"}.
{name, "new_universal_time/4"}.
{fsummary, "Create a new UTO object representing the time parameters given"}.
{name, "uto_from_utc/2"}.
{fsummary, "Create a UTO representing the given time in Utc form"}.
{name, "new_interval/3"}.
{fsummary, "Create a new TIO object representing the input parameters"}.
{module, "CosTime_UTO"}.
{modulesummary, "This module implements the OMG CosTime::UTO interface."}.
{name, "'_get_time'/1"}.
{fsummary, "Return the time associated with the target object"}.
{name, "'_get_inaccuracy'/1"}.
{fsummary, "Return the inaccuracy associated with the target object"}.
{name, "'_get_tdf'/1"}.
{fsummary, "Return the time displacement factor associated with the target object"}.
{name, "'_get_utc_time'/1"}.
{fsummary, "Return the data associated with the target object in Utc form"}.
{name, "absolute_time/1"}.
{fsummary, "Create a new UTO object representing the time in the target object added to current time (UTC)"}.
{name, "compare_time/3"}.
{fsummary, "Compare the time associated with the target object and the given UTO object"}.
{name, "time_to_interval/2"}.
{fsummary, "Create a TIO representing the interval between the target object and the given UTO midpoint times"}.
{name, "interval/1"}.
{fsummary, "Create a TIO object representing the error interval around the time value represented by the target object"}.
{module, "CosTimerEvent_TimerEventHandler"}.
{modulesummary, "This module implements the OMG CosTimerEvent::TimerEventHandler interface."}.
{name, "'_get_status'/1"}.
{fsummary, "Return the status of the target object"}.
{name, "time_set/1"}.
{fsummary, "Return true if the time has been set for an event that is yet to be triggered, false otherwise. The outparameter represents the current time value of the target object"}.
{name, "set_timer/3"}.
{fsummary, "Terminate terminate any previous set trigger, and set a new trigger specified by the TimeType and UTO objects"}.
{name, "cancel_timer/1"}.
{fsummary, "Cancel, if possible, triggering of event(s). Return true if an event is actually cancelled, false otherwise"}.
{name, "set_data/2"}.
{fsummary, "Change the event data sent when triggered"}.
{module, "CosTimerEvent_TimerEventService"}.
{modulesummary, "This module implements the OMG CosTimerEvent::TimerEventService interface."}.
{name, "register/3"}.
{fsummary, "Create a new TimerEventHandler object which push the given Data to given CosEventCommPushConsumer after the timer have been set"}.
{name, "unregister/2"}.
{fsummary, "Terminate the target TimerEventHandler object"}.
{name, "event_time/2"}.
{fsummary, "Return a UTO containing the time at which the associated event was triggered"}.
|