📄 ftrteceventcomm.idl
字号:
// -*- IDL -*-
//=============================================================================
/**
* @file FtRtecEventComm.idl
*
* FtRtecEventComm.idl,v 1.4 2003/11/24 04:07:41 huangming Exp
*
* @author Huang-Ming Huang
*/
//=============================================================================
#ifndef FTRTECEVNETCOMM_H
#define FTRTECEVNETCOMM_H
#include "orbsvcs/RtecEventComm.idl"
module FtRtecEventComm {
typedef sequence<octet> ObjectId;
exception InvalidObjectID {
};
interface PushConsumer {
void push(in ObjectId oid, in RtecEventComm::EventSet data)
raises(InvalidObjectID);
};
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -