rtscheduler_include.pidl

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

PIDL
39
字号
/**
 * @file RTScheduler_include.pidl
 *
 * RTScheduler_include.pidl,v 1.1 2003/12/11 17:57:41 jwillemsen Exp
 *
 * @brief Include file for use in applications that need RTScheduler.pidl.
 *
 * This file just includes RTScheduler.pidl. The *C.h file generated from
 * this is hand-crafted to itself include RTScheduler.h instead of
 * RTSchedulerC.h (which will produce a compiler error message if
 * included directly). The RTScheduler_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"
 *          RTScheduler_include.pidl
 *
 *   2. Then change this line in RTScheduler_includeC.h:
 *
 *          #include "RTSchedulerC.h"
 *
 *      to
 *
 *          #include "RTScheduler.h"
 */

#ifndef _RT_SCHEDULER_INCLUDE_IDL_
#define _RT_SCHEDULER_INCLUDE_IDL_

#include "../RTScheduling/RTScheduler.pidl"

#endif /* _RT_SCHEDULER_INCLUDE_IDL_ */

⌨️ 快捷键说明

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