Reactive Systems logo
Reactis for C API V2019

API - Reactis for C: MATLAB Bindings - TargetLink

rcTlDsfxpBuildBuild the TargetLink fixpoint library.
rcTlDsfxpGetIncludePathGet the Targetlink fixpoint include file search path.
rcTlRshHarnessImportImport a test harness from an .rsi file.


rcTlDsfxpBuild

Build the TargetLink fixpoint library.

Syntax

libFile = rcTlDsfxpBuild
libFile = rcTlDsfxpBuild(name)

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.

See Also

rcTlDsfxpGetIncludePath


rcTlDsfxpGetIncludePath

Get the Targetlink fixpoint include file search path.

Syntax

incPath = rcTlDsfxpGetIncludePath

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.

See Also

rcTlDsfxpBuild


rcTlRshHarnessImport

Import a test harness from an .rsi file.

Syntax

harnessId = rcTlRshHarnessImport(rshId,rsiId,harnessName)

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.

See Also

rcRshOpen,rcRshHarnessImport