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

📄 csirpnotifications.idl

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

#include <CSIRPConstDefs.idl>
#include <NotificationIRPNotifications.idl>

// This statement must appear after all include statements
#pragma prefix "3gppsa5.org"

/* ## Module: CSIRPNotifications
This module contains the specification of all notifications of CS IRPAgent.
============================================================================
*/
module CSIRPNotifications
{
   /**
   * Constant definitions for the FileReady notification
   */
   interface NotifyHeartbeat: NotificationIRPNotifications::Notify
   {
      const string EVENT_TYPE = "notifyHeartbeat";

      /**
      * This constant defines the name of the period property,
      * which is transported in the filterable_body fields.
      * The data type for the value of this property
      * is CSIRPConstDefs::HeartbeatPeriod.
      */
      const string HEARTBEAT_PERIOD = CSIRPConstDefs::AttributeNameValue::HEARTBEAT_PERIOD;

      /*
      * This constant defines the name of the
      * channelId property,
      * which is transported in the filterable_body
      * fields.
      * The data type for the value of this property
      * is CSIRPConstDefs::ChannelId.
      */
      const string CHANNEL_ID = CSIRPConstDefs::AttributeNameValue::CHANNEL_ID;

      /*
      * This constant defines the name of the
      * triggerFlag property,
      * which is transported in the filterable_body
      * fields.
      * The data type for the value of this property
      * is CSIRPConstDefs::TriggerFlag.
      */
      const string TRIGGER_FLAG = CSIRPConstDefs::AttributeNameValue::TRIGGER_FLAG;

      /*
      * This constant defines the name of the
      * managerIdentifier property,
      * which is transported in the filterable_body
      * fields.
      * The data type for the value of this property
      * is CSIRPConstDefs::ManagerIdentifier.
      */
      const string MANAGER_IDENTIFIER = CSIRPConstDefs::AttributeNameValue::MANAGER_IDENTIFIER;
   };

};

#endif // _CS_IRP_NOTIFICATIONS_IDL_

⌨️ 快捷键说明

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