Listing 1 shows an example of IDL.
清单1显示了一个IDL示例。
All IDL constructed data types.
所有的IDL结构数据类型。
References to objects defined in idl.
IDL中定义的对象引用。
Remember the IDL string is a sequence of char.
别忘了IDL的string是一个char的序列。
CORBA IDL — Remote object access based on interfaces.
CORBAIDL——基于接口的远程对象访问。
These requirements gave rise to the IDL array and sequence.
这种需求产生了IDLarray和sequence。
Transformation will generate an IDL file for this component.
转换过程将为这个组件生成一个IDL文件。
Requirements for an IDL-to-programming-language mapping.
IDL到编程语言映射的前提。
The transformation generates a single IDL file for each UML component.
转换过程为每一个UM L组件生成一个单一的IDL文件。
IDL allows you to create exceptions to indicate your error conditions.
IDL允许创建异常来指出错误条件。
The exact same considerations and violations apply to the IDL wstring.
对于IDL 的wstring 类型来说其注意事项和使用规则也是一样的。
Target will store the IDL files generated from the CORBA Transformation.
Target将存放CORBA转换中生成的IDL文件。
OMG IDL has multidimensional, fixed-size arrays of arbitrary element type.
OMGIDL有任意元素类型的多维固定大小的数组。
CORBA Transformation also supports parallel development of CORBA IDL files.
CORBA变换同样支持CORBAIDL文件的并行开发。
Yes, even IDL has to have a standard character set that it will be built on.
是的,连idl都必须有一个标准字符集,它将构建在这个字符集上。
Let's start with an interface that exercises what we have learned about IDL.
让我们开始定义接口吧,这将运用我们所学到的IDL知识。
First, I would say don't write new IDL definitions with unsigned integers.
首先,我建议以后写idl定义时不要再使用无符号整型。
Every other IDL type may have its representation altered during transmission.
其它每种idl类型在传输时都有表示变化。
Listing 1 shows the simple COM API's Interface Definition Language (IDL) specification.
清单1显示了这个简单的COMAPI的接口定义语言(IDL)规范。
We use UUID in the IDL file to make it unique amongst all other interfaces on the network.
我们在IDL文件中使用UUID,以使之在网络上所有其他接口中保持惟一。
Each IDL file contains code only for the elements that the corresponding UML component owns.
每一个IDL文件包含专用于相应的UM L组件的特定代码。
All of the OMG service definitions are written in IDL, proving the power of the OMG IDL.
所有omg服务定义都是用IDL编写的,证明omg IDL的强大功能。
This means that an IDL string must match the needs of the IDL char and the IDL sequence.
这意味着IDL的string必须满足 IDLchar和 IDLsequence 的要求。
By default, the generated IDL will use the names of UML elements for CORBA element names.
默认情况下,生成的IDL文件将会使用UM L组件的名称作为CORBA元素的名字。
The IDL file can do it all and its purpose is just to look at and examine parts of the mapping.
以上要求这一IDL文件都可以做到,它的目的就是示意并检验部分映射。
The first must stipulate exactly what character set an IDL definition will be made up from.
首先必须明确规定从哪个字符集生成idl定义。
IDL is great for completely describing interfaces and all the operation parameters in detail.
IDL的优势在于它完整而详细描述了接口及操作参数。
Click OK, and notice that the IDL file has been checked out and regenerated, as shown in Figure 17.
点击OK,注意该IDL文件已经被检验并重新生成,如图17所示。
If transformation executed successfully, the generated IDL should look similar to the file shown in Figure 13.
如果转换执行的顺利的话,生成的IDL文件应当类似于图13中所示的那样。
The IDL compiler is a neat utility that produces the IDL stubs and skeletons, as well as other support files.
IDL编译器是一种精巧的实用程序,它生成idl的stub和skeleton以及其它支持文件。
应用推荐