transportnetworkresourcesnrmdefs.idl

来自「UCS (Ultra Corba Simulator) is one more 」· IDL 代码 · 共 71 行

IDL
71
字号
//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 + =
减小字号Ctrl + -
显示快捷键?