OMG IDL provides you with the capability to define types of your own that will help hide some of the complexity and allow you to compose more sophisticated data types from the fundamental data types.
OMG IDL为您提供了定义您自己的类型的能力,这可以帮助减少复杂程度并且让您可以根据基本类型组成更精巧的数据类型。
An OMG IDL enumeration is a way of attaching names to Numbers, thereby giving more meaning to anyone reading the code.
OMGIDL枚举是将名称附加到数字的一种方法,从而读取代码的人就可以了解到更多的含义。
The contents of an entire OMG IDL file, along with any files brought in through preprocessor directives, form a naming scope.
整个OMG IDL内容和通过预处理器伪指令传入的所有文件共同组成了命名作用域。
OMG IDL has multidimensional, fixed-size arrays of arbitrary element type.
OMG IDL有任意元素类型的多维固定大小的数组。
The challenge for the OMG IDL developers was to create a set of array types that would easily map to the language implementations.
OM GIDL开发者面临的挑战是创建一组数组类型,它可以轻易地被映射到实现语言中。
As we move through the language you should keep in mind that the goal of OMG IDL is to define interfaces and to streamline the process of distributing objects.
我们在讨论这种语言时,您已经记住O MGIDL的目的是定义接口和精简分布对象的过程。
With all that out of the way, you should understand that an OMG IDL char is an 8-bit quantity that can represent a character in two ways.
解决了所有问题后,您应该知道OMG IDLchar是一个8位变量,可以用两种方法表示一个字符。
Like the DOM, XAPI is specified using OMG IDL and is organized by levels of capability.
和DOM一样,XAPI也指定使用OMG IDL,并按照功能级别组织。