TTCN-3 STANDARD
           // TTCN-3 // TUTORIAL // USAGE // INTERFACES // DOWNLOAD // ABOUT

THE TTCN-3 INTERFACES

// INTERFACES // STIMULI // RESPONSES // CODEC // ADAPTER TYPES // CODEC TYPES // STANDARDS

STANDARDS

The interfaces of adapters and codecs (and other runtime components) are defined by ETSI standards:

ES 201 873-5 (4.2.1) TTCN-3: TTCN-3 Runtime Interface

ES 201 873-6 (4.2.1) TTCN-3: TTCN-3 Control Interface

The TTCN-3 FX interfaces are automatically derived from the IDL specifications of these standards.

For backward and inter-language compatibility we follow the ETSI Java Language Binding when details are not specified in IDL.

Here is a C# version of the TTCN-3 FX interfaces:

Interfaces.cs

Here are applications in C# and Java:

C# Example

Java Example.