⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻
字号:
/**

@page OBV/TC_ALignment Test README File

	This is a test of the traversal of the typecode tree for valuetypes.
Specifically, elements of the valuetypes typecode that are respresent CORBA
Short values, for example the value modifier, have been known to cause errors
when traversing the typecode tree if the previous quantity inserted (in this
case the repository id) has left the write pointer with an odd offset from
an 8-byte boundary. This problem has been fixed - the test is to ensure that
the problem does not recur as a result of future changes to the TAO TypeCode
class.

        Four valuetypes are declared in an IDL file, named in such a way 
that their repository IDs (including the terminal null byte) have lengths
of 25, 27, 29, and 31. The test method is called 4 times. In each call,
one of these valuetypes is inserted into an Any and returned to the client,
who extracts it from the Any and checks the state member for the
correct value.

	To run the test use the run_test.pl script:

$ ./run_test.pl

The script returns 0 if the test was successful.

The command line option -d turns on debugging information for any
errors that may occur. The script will automatically shut down the
server by means of a client call. If the test is run by hand, this
will not happen automatically - the command line option -x must be
passed to the client.

*/

⌨️ 快捷键说明

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