Contact
|
Login
Products
|
Support
|
About
|
News
|
FAQ
Category
Reactis for C: MATLAB Bindings
Section
Index
General Reactis for C Functions
Reactis Simulator
Reactis Tester
Reactis Test Suites
Reactis Build Files
Reactis Harness Library (General)
Reactis Harness Library (Harnesses)
Reactis Harness Library (Variables)
Reactis Report Configuration
Embedded Coder
TargetLink
Reactis for C API V2021
API - Reactis for C: MATLAB Bindings
General Reactis for C Functions
rcOpen
Start a Reactis for C API session.
rcClose
End a Reactis for C API session.
rcGetLastError
Return the most recent error message.
rcGetCoverageMetrics
Get coverage information from the most recent test run.
rcGetParameterValue
Get the value of a global Reactis for C parameter.
rcGetParameterValueBool
Get the value of a global boolean typed Reactis for C parameter.
rcGetParameterValueDouble
Get the value of a global double typed Reactis for C parameter.
rcSetParameterValue
Set the value of a global Reactis for C parameter.
rcSetStringEncoding
Set string encoding.
rcVersion
Return Reactis for C API version.
rcVersionParse
Parse Reactis version string.
Reactis Simulator
rcSimOpen
Start a new Reactis for C Simulator session.
rcSimClose
Close a Reactis for C Simulator session.
rcSimExportSuite
Export a test suite to different formats.
rcSimImportSuite
Import test data to Reactis format.
rcSimImportSuites
Import multiple files into the same test suite.
rcSimRunSuite
Run a test suite in a Reactis for C Simulator session.
rcSimUpdateOutputs
Update output values in a test suite.
rcSimExportCCoverageDetails
Export extended C coverage data to CSV format.
Reactis Tester
rcTester
Create a test suite.
rcTesterStart
Initiate the asynchronous creation of a test suite.
rcTesterStop
Stop running asynchronous test suite creation.
rcTesterClose
Close a Reactis for C Tester session.
rcTesterIsRunning
True if test suite creation is still ongoing.
rcTesterGetProgress
Get test suite generation progress.
rcTesterGetStatus
Get test suite generation status.
rcTesterGetSuite
Get test suite after generation is finished.
Reactis Test Suites
rcSuiteOpen
Open an existing Reactis test suite file.
rcSuiteClose
Close a test suite file.
rcSuiteSave
Save changes to a .rsh file.
rcSuiteGetNumTests
Get number of tests in a test suite.
rcSuiteGetTests
Get information about tests in test suite.
rcSuiteGetReactisVersion
Get Reactis version of test suite.
Reactis Build Files
rcRsmOpen
Open an existing .rsm file or create a new .rsm file.
rcRsmSave
Save changes to an .rsm file.
rcRsmClose
Close an .rsm file.
rcRsmGetSourceFiles
Get the list of source files contained in an .rsm file.
rcRsmGetIncludeSearchPath
Get the included file search path contained in an .rsm file.
rcRsmGetLibraries
Get the list of source files contained in an .rsm file.
rcRsmGetDefines
Get the macro definitions contained in an .rsm file.
rcRsmGetCoverageEnabled
Query whether coverage tracking is enabled for .rsm file.
rcRsmGetParameterValue
Get the value of a project-specific setting.
rcRsmSetSourceFiles
Set the list of source files contained in an .rsm file.
rcRsmSetIncludeSearchPath
Set the included file search path contained in an .rsm file.
rcRsmSetLibraries
Set the list of libraries contained in an .rsm file.
rcRsmSetDefines
Set the macro definitions contained in an .rsm file.
rcRsmSetCoverageEnabled
Enable or disable coverage tracking for .rsm file.
rcRsmSetParameterValue
Set the value of a program-specific setting.
rcRsmStub
Generate a C source file containing stub definitions.
Reactis Harness Library (General)
rcRshOpen
Open an existing .rsh file or create a new .rsh file.
rcRshClose
Close an .rsh file.
rcRshSave
Save changes to an .rsh file.
rcRshGetParameterValue
Get the value of a library-specific setting.
rcRshSetParameterValue
Set the value of a project-specific setting.
rcRshGetCoverageEnabled
Get enabled/disabled status of a coverage metric.
rcRshSetCoverageEnabled
Set enabled/disabled status of a coverage metric.
rcRshGetEntryFunCandidates
Find functions which could potentially be used as an entry function in a test harness.
rcRshGetInitFunCandidates
Find functions which could potentially be used as an initialization function in a test harness.
Reactis Harness Library (Harnesses)
rcRshGetHarnesses
Get a list of harnesses stored in an .rsh file.
rcRshHarnessCopy
Copy a test harness.
rcRshHarnessCreate
Create a test harness.
rcRshHarnessImport
Import a test harness from an .rsi file.
rcRshHarnessGetEntryFunFullName
Get the full name of the entry function used by a test harness.
rcRshHarnessGetEntryFunName
Get the name of the entry function used by a test harness.
rcRshHarnessGetName
Get the name of a test harness.
rcRshHarnessGetSampleRate
Get the sample rate of a test harness.
rcRshHarnessGetVars
Get the variables used by a test harness.
rcRshHarnessSetSampleRate
Set the sample rate of a test harness.
rcRshHarnessSync
Synchronize types between a test harness and associated program.
Reactis Harness Library (Variables)
rcRshHarnessGetVarCandidates
Get a list of available variables.
rcRshHarnessGetVarCandidateByFullName
Find a harness variable candidate by its full name.
rcRshHarnessAddVar
Add a variable to a test harness.
rcRshHarnessCheckVar
Check the suitability of a variable for use in a test harness.
rcRshVarGetFullName
Get the name of a test variable.
rcRshVarGetHarnessType
Get the harness type of a test variable.
rcRshVarGetInternalType
Get the internal type of a test variable.
rcRshVarGetKind
Get the kind of a test variable.
rcRshVarGetName
Get the name of a test variable.
rcRshVarGetProperties
Get the properties of a test variable.
rcRshVarHasProperty
Test a property of a variable.
rcRshVarSetHarnessType
Set the harness type of a test variable.
rcRshVarSetInternalType
Set the internal type of a test variable.
rcRshVarSetName
Set the name of a test variable.
rcRshVarDelete
Delete a variable.
Reactis Report Configuration
rcReportConfig
Create a report configuration.
rcReportConfigClose
Close a report configuration.
rcReportConfigGetItems
Get items included in coverage report configuration.
rcReportConfigGetSummaryMetrics
Get summary metrics included in coverage report configuration.
rcReportConfigGetDetailMetrics
Get detail metrics included in coverage report configuration.
rcReportConfigGetDetailStatus
Get detail status included in coverage report configuration.
rcReportConfigSetItems
Set items included in coverage report configuration.
rcReportConfigSetSummaryMetrics
Set summary metrics included in coverage report configuration.
rcReportConfigSetDetailMetrics
Set detail metrics included in coverage report configuration.
rcReportConfigSetDetailStatus
Set detail metrics included in coverage report configuration.
Embedded Coder
rcEcRshHarnessImport
Import a test harness from an .rsi file.
TargetLink
rcTlDsfxpBuild
Build the TargetLink fixpoint library.
rcTlDsfxpGetIncludePath
Get the Targetlink fixpoint include file search path.
rcTlRshHarnessImport
Import a test harness from an .rsi file.