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

📄 transportnetworkresourcesnrmdefs.idl

📁 UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other simi
💻 IDL
字号:
//File: TransportNetworkResourcesNRMDefs.idl
#ifndef _TRANSPORT_NETWORK_RESOURCES_NRM_DEFS_IDL_
#define _TRANSPORT_NETWORK_RESOURCES_NRM_DEFS_IDL_
#include "GenericNetworkResourcesNRMDefs.idl"
#pragma prefix "3gppsa5.org"
/**
 * This module defines constants for each MO class name and
 * the attribute names for each defined MO class.
 */
module TransportNetworkResourcesNRMDefs
{
      /**
       *  Definitions for MO class TransportNetworkInterface
       */
      interface TransportNetworkInterface : GenericNetworkResourcesNRMDefs::ManagedFunction
      {
         const string CLASS = "TransportNetworkInterface";
         // Attribute Names
         //
         const string transportNetworkInterfaceId = "transportNetworkInterfaceId";
         const string userLabel = "userLabel";
         const string transportNetworkType= "transportNetworkType";
      };
      /**
       *  Definitions for MO class ATMChannelTerminationPoint
       */
      interface ATMChannelTerminationPoint
      {
         const string CLASS = "ATMChannelTerminationPoint";
         // Attribute Names
         //
         const string aTMChannelTerminationPointId = "aTMChannelTerminationPointId";
         const string usageChannel= "usageChannel";
         const string virtualPathId= "virtualPathId";
         const string virtualChannelId= "virtualChannelId";
         const string physicalPortId= "physicalPortId";
         const string physicalLinkType= "physicalLinkType";
         const string serviceCategoryIn= "serviceCategoryIn";
         const string serviceCategoryEg= "serviceCategoryEg";
         const string usedAAL= "usedAAL";
         const string peakCellRateIn= "peakCellRateIn";
         const string peakCellRateEg= "peakCellRateEg";
         const string sustainableCellRateIn= "sustainableCellRateIn";
         const string sustainableCellRateEg= "sustainableCellRateEg";
         const string maximumBurstSizeIn= "maximumBurstSizeIn";
         const string maximumBurstSizeEg= "maximumBurstSizeEg";
         const string minimumDesiredCellRateIn= "minimumDesiredCellRateIn";
         const string minimumDesiredCellRateEg= "minimumDesiredCellRateEg";
         const string minimumCellRateIn= "minimumCellRateIn";
         const string minimumCellRateEg= "minimumCellRateEg";
         const string aTMChannelTerminationPointATMPathTerminationPoint = "aTMChannelTerminationPointATMPathTerminationPoint";
         const string aTMChannelTerminationPointIubLink = "aTMChannelTerminationPointIubLink";
      };
      /**
       *  Definitions for MO class ATMPathTerminationPoint
       */
      interface ATMPathTerminationPoint
      {
         const string CLASS = "ATMPathTerminationPoint";
         // Attribute Names
         //
         const string aTMPathTerminationPointId = "aTMPathTerminationPoint";
         const string virtualPathId= "virtualPathId";
         const string physicalPortIdList= "physicalPortIdList";
         const string peakCellRateIn= "peakCellRateIn";
         const string peakCellRateEg= "peakCellRateEg";
         const string aTMPathTerminationPointATMChannelTerminationPoint = "aTMPathTerminationPointATMChannelTerminationPoint";
      };
};
#endif // _TRANSPORT_NETWORK_RESOURCES_NRM_DEFS_IDL_

⌨️ 快捷键说明

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