Skip to main content
Ctrl+K
Reactive Systems

Reactis for C API - MATLAB Bindings - V2024

  • 1. General Reactis for C Functions
  • 2. Errors and Warnings
  • 3. Reactis Simulator
  • 4. Reactis Tester
  • 5. Reactis Test Suites
  • 6. Reactis Build Files
  • 7. Reactis Harness Library - General
  • 8. Reactis Harness Library - Harnesses
  • 9. Reactis Harness Library - Variables
  • 10. Reactis Report Configuration
  • 11. Embedded Coder
  • 12. TargetLink
  • .md

TargetLink

Contents

  • 12.1. rcTlDsfxpBuild
    • 12.1.1. Syntax
    • 12.1.2. Description
    • 12.1.3. See Also
  • 12.2. rcTlDsfxpGetIncludePath
    • 12.2.1. Syntax
    • 12.2.2. Description
    • 12.2.3. See Also
  • 12.3. rcTlRshHarnessImport
    • 12.3.1. Syntax
    • 12.3.2. Description
    • 12.3.3. See Also

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#

rcTlDsfxpGetIncludePath

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#

rcTlDsfxpBuild

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.

12.3.3. See Also#

rcRshOpen, rcRshHarnessImport

previous

11. Embedded Coder

Contents
  • 12.1. rcTlDsfxpBuild
    • 12.1.1. Syntax
    • 12.1.2. Description
    • 12.1.3. See Also
  • 12.2. rcTlDsfxpGetIncludePath
    • 12.2.1. Syntax
    • 12.2.2. Description
    • 12.2.3. See Also
  • 12.3. rcTlRshHarnessImport
    • 12.3.1. Syntax
    • 12.3.2. Description
    • 12.3.3. See Also

By Reactive Systems, Inc.

© Copyright 2016-2024.