Setting Up a ClientServer Interface
A ClientServer interface can contain several operations, each of which can be invoked separately.
- Open the ClientServer interface editor.
Create an operation by doing one of the following:
Open the Insert menu and select Method Signature.
Click the
Insert Method Signature button.
A new operation is created in the Outline tab. The return value of type Std_ReturnType is created automatically.
- Type in a name for the operation and press <Enter>.
- Edit the operation.
- Edit the operation return value.
- Implement the operation arguments.
The Elements palette has been added for future use cases. Do not use it in ASCETV6.4.10. If you do, an error MMdl7952 is issued during code generation. |
See also
Opening an AUTOSAR Interface Editor