csirpnotifications.idl

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

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