Test Case TC_308

This page describes one of the test cases of the EODiSP. The test case described in this page instantiates a nominal scenario of the use case UC_308.

This test case is still TBD.

Contents

Overview

Identifier TC_308
Name Generate Wrapper Code for Matlab Simulator
Primary Actor ETH_2 Model Owner
Description Describes the steps to create the code that wraps an existing Matlab simulation as a federate that can be integrated into the EODiSP.
Pre-Condition (1) The radar federate is available. (2) JMatLink software is available. (3) Matlab is installed.
Post-Condition (1) A federate is available that plots the output of the radar federate.

Steps

  1. Actor creates a new SOM file (see use case TC_316).
  2. Actor runs the HLA Wrapper Generator Application to create the HLA wrapper skeleton (see test case TC_320).
  3. System generates the Java classes.
  4. Actor implements the connector code that connects the federate interface implementation code with Matlab using the JMatLink tool.