costime.app.src

来自「OTP是开放电信平台的简称」· SRC 代码 · 共 31 行

SRC
31
字号
{application, cosTime, [{description, "The Erlang CosTime application"},  {vsn, "%VSN%"},  {modules,       [	'cosTime',	'oe_TimeBase',	'oe_CosTime',	'oe_CosTimerEvent',	'CosTime_TIO',	'CosTime_TimeService',	'CosTime_TimeUnavailable',	'CosTime_UTO',	'CosTimerEvent_TimerEventHandler',	'CosTimerEvent_TimerEventService',	'CosTimerEvent_TimerEventT',	'TimeBase_IntervalT',	'TimeBase_UtcT',	'CosTime_TIO_impl',	'CosTime_TimeService_impl',	'CosTime_UTO_impl',	'CosTimerEvent_TimerEventHandler_impl',	'CosTimerEvent_TimerEventService_impl'       ]  },  {registered, [oe_cosTimeSup, oe_cosTimerEventService]},  {applications, [orber, stdlib, kernel]},  {env, []},  {mod, {cosTime, []}}]}.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?