OpenTTCN/Knowledge base/IDL to TTCN-3 mapping explained/IDLDefs.ttcn

From OpenTTCN

Jump to: navigation, search
module IDLDefs {

type charstring address;

type universal char iso8859char
(char ( 0,0,0,0 ) .. char ( 0,0,0,255)) with { variant "8 bit" };

/****************************************************************************
 * OpenTTCN Specific -->
 */

type address Object;

type octetstring native;

// Given CORBA servant location in the corbaloc format, returns servant IOR.
external function corbaloc2ior(charstring corbaloc) return charstring;

/****************************************************************************
 * END OpenTTCN Specific
 */

}
Views
Personal tools