rtcorba_include.pidl

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· PIDL 代码 · 共 38 行

PIDL
38
字号
/**
 * @file RTCORBA_include.pidl
 *
 * RTCORBA_include.pidl,v 1.1 2003/11/24 02:24:32 parsons Exp
 *
 * @brief Include file for use in applications that need RTCORBA.pidl.
 *
 * This file just includes RTCORBA.pidl. The *C.h file generated from
 * this is hand-crafted to itself include RTCORBA.h instead of 
 * RTCORBAC.h (which will produce a compiler error message if 
 * included directly). The RTCORBA_includeC.h file can then be
 * included directly and automatically by the IDL compiler when
 * building the application.
 *
 *   1. Run the tao_idl compiler on the pidl file.  The command used for
 *     this is:
 *
 *     tao_idl -o orig -St -Sc -Sp
 *          -Wb,pre_include="ace/pre.h"
 *          -Wb,post_include="ace/post.h"
 *          RTCORBA_include.pidl
 *
 *   2. Then change this line in RTCORBA_includeC.h:
 *
 *          #include "RTCORBAC.h"
 *
 *      to
 *
 *          #include "RTCORBA.h"
 */

#ifndef _RT_CORBA_INCLUDE_IDL_
#define _RT_CORBA_INCLUDE_IDL_

#include "tao/RTCORBA/RTCORBA.pidl"

#endif /* _RT_CORBA_INCLUDE_IDL_ */

⌨️ 快捷键说明

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