Setting Up a ClientServer Interface

A ClientServer interface can contain several operations, each of which can be invoked separately.

  1. Open the ClientServer interface editor.
  2. 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.

  3. Type in a name for the operation and press <Enter>.
  4. Edit the operation.
  5. Edit the operation return value.
  6. 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

Creating an AUTOSAR Interface

Opening an AUTOSAR Interface Editor

Editing an Operation

Editing an Operation Return Value

Implementing Operation Arguments