gerannrmdefssagvsep3v1.idl

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

IDL
66
字号
//File: GeranNRMDefsSagVseP3V1.idl

#ifndef _GERANNRMDEFSSAGVSEP3V1_IDL_
#define _GERANNRMDEFSSAGVSEP3V1_IDL_


#include <StateManagementIRPConstDefs.idl>
#include "GenericNetworkResourcesNRMDefs.idl"


#pragma prefix "siemens.com"


module GeranNRMDefsSagVseP3V1
{

   /**
    * Definitions for MO class Bsc_SagVseP3V1
    */
   interface Bsc : GenericNetworkResourcesNRMDefs::Top
      {
      const string CLASS = "Bsc"; 

      // Attribute Names
      //
      const string bscId = "bscId";
      const string userLabel = "userLabel";
      const string edgeSupport = "edgeSupport";
      const string administrativeState = "administrativeState";
      const string operationalState = "operationalState";
      };


   /**
    * Definitions for MO class Transcoder_SagVseP3V1
    */
   interface Transcoder : GenericNetworkResourcesNRMDefs::Top
      {
      const string CLASS = "Transcoder"; 

      // Attribute Names
      //
      const string transcoderId = "transcoderId";
      const string userLabel = "userLabel";
      const string administrativeState = "administrativeState";
      const string operationalState = "operationalState";
      };


};


module GeranNRMConstTypesSagVseP3V1
{

   // vse identification
   const string vSEVersionNumber = "Siemens 3.1.0";
   
   // import from 32.673
   typedef StateManagementIRPCommonConstDefs::AdministrativeState    AdministrativeState;
   typedef StateManagementIRPCommonConstDefs::OperationalState       OperationalState;


};

#endif //_GERANNRMDEFSSAGVSEP3V1_IDL_

⌨️ 快捷键说明

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