OpenTP1 Version 7 Programming Reference C Language

[Contents][Index][Back][Next]

6.5 Interface definition body

The interface definition body defines one or some of the following declarations:

Suffix a semicolon (;) at the end of each declaration. Enclose the interface definition body in braces { }.

Define the import declaration before other declarations. The sequence of other declarations is undefined as long as the type and constant are defined.

Organization of this section
Import declaration
Constant declaration
Type declaration
Operation declaration
Parameter declaration