19.3.3 CORBA IDL Data Type Instances
Data type instances for CORBA IDL non-structured data types are presented in the following table. The M1 data types instances
correspond to those described in the CORBA IDL language specification.
CORBA IDL Data Type |
Instance of |
Attributes |
|
|
|
|
|
|
|
|
|
| any |
IDLType |
typeCode = tk_any |
|
|
|
| octet |
IDLType |
typeCode = tk_octet |
|
|
|
| boolean |
IDLType |
typeCode = tk_boolean |
|
|
|
| char |
IDLType |
typeCode = tk_char |
|
|
|
| wchar |
IDLType |
typeCode = tk_wchar |
|
|
|
| short |
IDLType |
typeCode = tk_short |
|
|
|
| long |
IDLType |
typeCode = tk_long |
|
|
|
| long long |
IDLType |
typeCode = tk_longlong |
|
|
|
| unsigned short |
IDLType |
typeCode = tk_ushort |
|
|
|
| unsigned long |
IDLType |
typeCode = tk_ulong |
|
|
|
CORBA IDL Data Type |
Instance of |
Attributes |
|
|
|
|
|
|
|
|
|
| unsigned long long |
IDLType |
typeCode = tk_ulonglong |
|
|
|
| float |
IDLType |
typeCode = tk_float |
|
|
|
| double |
IDLType |
typeCode = tk_double |
|
|
|
| long double |
IDLType |
typeCode = tk_longdouble |
|
|
|