12. TargetLink#
12.1. rcTlDsfxpBuild#
Build the TargetLink fixpoint library.
12.1.1. Syntax#
libFile = rcTlDsfxpBuild
libFile = rcTlDsfxpBuild(name)
12.1.2. Description#
- libfile = rcTlDsfxpBuild
builds the TargetLink fixpoint library for use with Reactis using the default name libDsfxp.rsls.
- libFile = rcTlDsfxpBuild(name)
builds the TargetLink fixpoint library for use with Reactis. name must be a valid filename ending with extension .rsls.
libFile is the name of the library file which was built by rcTlDsfxpBuild.
12.1.3. See Also#
12.2. rcTlDsfxpGetIncludePath#
Get the Targetlink fixpoint include file search path.
12.2.1. Syntax#
incPath = rcTlDsfxpGetIncludePath
12.2.2. Description#
- incPath = rcTlDsfxpGetIncludePath
gets the include file search path needed to use the TargetLink fixpoint library with Reactis.
incPath is a cell array of directory names which contain the header files needed to use the TargetLink fixpoint library.
12.2.3. See Also#
12.3. rcTlRshHarnessImport#
Import a test harness from an .rsi file.
12.3.1. Syntax#
harnessId = rcTlRshHarnessImport(rshId,rsiId,harnessName)
12.3.2. Description#
- harnessId = rcTlRshHarnessImport(rshId,rsiId,harnessName)
imports a test harness from the .rsi file with id rsiId and the currently loaded TargetLink model to the harness library with id rshId. The new harness will be named harnessName.
harnessId is an integer id number used to access the new test harness.