OpenTP1 Version 7 Programming Reference C Language
This subsection explains the format of an interface definition language (IDL) used in an IDL file. An interface definition consists of the following:
A parameter declaration is included in the operation declaration.
The declaration in the interface definition body is validated if specifications in the interface definition header and interface definition body are inconsistent.
[[interface_attribute,...]] interface interface_name |
{
import-declaration
constant-declaration
type-declaration
operation-declaration
parameter-declaration
}
|
All Rights Reserved. Copyright (C) 2006, 2010, Hitachi, Ltd.