⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stnnetworkresourcesirpsystem.idl

📁 UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other simi
💻 IDL
字号:
// File: STNNetworkResourcesIRPSystem.idl
#ifndef _STN_NETWORK_RESOURCES_IRP_SYSTEM_IDL_
#define _STN_NETWORK_RESOURCES_IRP_SYSTEM_IDL_


#pragma prefix "3gppsa5.org"

module STNNetworkResourcesIRPSystem 
{
   /**
   *  This module adds datatype definitions for types 
   *  used in the NRM which are not basic datatypes defined
   *  already in CORBA. 
   */
   module AttributeTypes
   {
     enum NetworkIndicatorType
     {
       International,
       Spare, 
       National,
       NationalSpare
     };

     enum PointCodeLengthType
     {
       BITS_24, 
       BITS_14 
     };

     enum SPTypeType
     {
       SEP,
       STP, 
       STEP
     };

     typedef unsigned long SLSType; // 0..15
     typedef sequence<SLSType,16> SLSListType;

     enum LinkStati
     {
       Deactivated,
       Failed,
       LocalBlocked,
       RemoteBlocked,
       LocalInhibited,
       RemoteInhibited
     };

     typedef sequence <LinkStati,6> LinkStatusType;

     enum SignLinkTypeType
     {
       ST_64K,
       ST_2M 
     };
     enum m3UAEntityType
     {
       M3UA_AS,
       SG
     };
     enum m3UALinkTPStateType
     {
       UNESTABLISH,
       ESTABLISHED, 
       INACTIVE,
       ACTIVE
     };
     
     enum AddrType
       {
         IPv4,
         IPv6 
       };
     
     struct sCTPAssocAddrType 
     {
       unsigned long portId;
       AddrType addt;
       string IPaddr;
     };
     

     
     enum trafficModeType
     {
       Override,
       LoadShare, 
       Broadcast
     };
	};
};
#endif // _STN_NETWORK_RESOURCES_IRP_SYSTEM_IDL_

⌨️ 快捷键说明

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