Adding Rhapsody implementation block (RIMB) interfaces

You can use four kinds of Rhapsody implementation block (RIMB) interfaces for typing Rhapsody implementation block ports.

About this task

One Rhapsody implementation block interface exists for each kind of Rhapsody implementation block port:
  • RIMBReceiverPorts interfaces type receiver ports
  • RIMBSenderPorts interfaces type sender ports
  • RIMBClientPorts interfaces type client ports
  • RIMBServerPorts interfaces type server ports

Typically, you create implementation block interfaces before you create implementation block ports because each port must be typed by one interface. When you create a port, you must enter the pre-existing interface.

Procedure

  1. In your AR3x_BMT project, right-click a package and select Add New > AR3x_BMT > <interface type>. For example, Add New > AR3x_BMT > RIMBClientInterface.
  2. Double-click the interface that you just added. In the Features window, define the characteristics of the interface.

Feedback