Begining of TAO

博客介绍了将编译好的TAO组织成特定目录,如bin、docs等。还说明了配置TAO需设置ACE_ROOT、TAO_ROOT等环境变量,运行TAO_IDL生成9个文件以提高代码效率。最后提出编写CLIENT /SERVER SERVANT CLASS问题,计划用TCL或PERL研究自动代码生成工具的可能性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

将编译好的TAO组织成如下的目录:

·    bin — holds all the executables files for this distribution

·    docs — holds all the documentation that comes with the distribution.

·    examples — holds the example code.

·    idl — holds all the idl files that make up the distribution.

·    include — holds all the include files for client/server development.

·    lib — holds all the libraries for TAO

·    src — holds a gzipped file with the entire source code for ACE and TAO.

 

配置TAO:

设置如下环境变量:

ACE_ROOT set this variable to point to the TAO distribution's installation directory

TAO_ROOT — Set this variable to point to the TAO distribution's installation directory

TAO_IDL — Set this variable to point to the executable of the IDL Compiler,

PATH — Append the TAO distribution's bin directory to your PATH environment variable

 

TAO_IDL:

Tao_idl.exe simple.idl

后生成:

• client stubs - *C.i, *C.h, and *C.cpp

• server skeletons - *S.i, *S.h, and *S.cpp

• server skeleton templates - *S_T.i, *S_T.h, and *S_T.cpp

共计9个文件,其中生成*.i and *S_T.* 主要是为了提高代码运行效率

 

下面的问题就是如何编写CLIENT /SERVER SERVANT CLASS的问题了,如果能有一个自动代码生成工具就好了,下面开始研究一下它的可能性,计划用TCLPERL来试试看。

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值