cosnotification_propertyerrorseq.erl

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

ERL
55
字号
%%------------------------------------------------------------%%%% Implementation stub file%% %% Target: CosNotification_PropertyErrorSeq%% Source: /ldisk/daily_build/otp_prebuild_r11b.2007-06-11_19/otp_src_R11B-5/lib/cosNotification/src/CosNotification.idl%% IC vsn: 4.2.13%% %% This file is automatically generated. DO NOT EDIT IT.%%%%-------------------------------------------------------------module('CosNotification_PropertyErrorSeq').-ic_compiled("4_2_13").-include("CosNotification.hrl").-export([tc/0,id/0,name/0]).%% returns type codetc() -> {tk_sequence,            {tk_struct,                "IDL:omg.org/CosNotification/PropertyError:1.0",                "PropertyError",                [{"code",                  {tk_enum,                      "IDL:omg.org/CosNotification/QoSError_code:1.0",                      "QoSError_code",                      ["UNSUPPORTED_PROPERTY",                       "UNAVAILABLE_PROPERTY",                       "UNSUPPORTED_VALUE",                       "UNAVAILABLE_VALUE",                       "BAD_PROPERTY",                       "BAD_TYPE",                       "BAD_VALUE"]}},                 {"name",{tk_string,0}},                 {"available_range",                  {tk_struct,                      "IDL:omg.org/CosNotification/PropertyRange:1.0",                      "PropertyRange",                      [{"low_val",tk_any},{"high_val",tk_any}]}}]},            0}.%% returns idid() -> "IDL:omg.org/CosNotification/PropertyErrorSeq:1.0".%% returns namename() -> "CosNotification_PropertyErrorSeq".

⌨️ 快捷键说明

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