| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Real-Time Workshop Embedded Coder |
| Contents | Index |
| Learn more about Real-Time Workshop Embedded Coder |
Function Reference | Alphabetical List Class Reference |
|
|
| arxml.importer | Construct arxml.importer object |
| createCalibrationComponentObjects (arxml.importer) | Create Simulink calibration objects from AUTOSAR calibration component |
| createComponentAsModel (arxml.importer) | Create AUTOSAR atomic software component as Simulink model |
| createComponentAsSubsystem (arxml.importer) | Create AUTOSAR atomic software component as Simulink atomic subsystem |
| createOperationAsConfigurableSubsystems (arxml.importer) | Create configurable Simulink subsystem library for client-server operation |
| getCalibrationComponentNames (arxml.importer) | Get calibration component names |
| getComponentNames (arxml.importer) | Get atomic software component names |
| getDependencies (arxml.importer) | Get list of XML dependency files |
| getFile (arxml.importer) | Return XML file name for arxml.importer object |
| setDependencies (arxml.importer) | Set XML file dependencies |
| setFile (arxml.importer) | Set XML file name for arxml.importer object |
| addIOConf (RTW.AutosarInterface) | Add AUTOSAR I/O configuration to model |
| attachToModel (RTW.AutosarInterface) | Attach RTW.AutosarInterface object to model |
| getComponentName (RTW.AutosarInterface) | Get XML component name |
| getDataTypePackageName (RTW.AutosarInterface) | Get XML data type package name |
| getDefaultConf (RTW.AutosarInterface) | Get default configuration |
| getExecutionPeriod (RTW.AutosarInterface) | Get runnable execution period |
| getImplementationName (RTW.AutosarInterface) | Get XML implementation name |
| getInitEventName (RTW.AutosarInterface) | Get initial event name |
| getInitRunnableName (RTW.AutosarInterface) | Get initial runnable name |
| getInterfacePackageName (RTW.AutosarInterface) | Get XML interface package name |
| getInternalBehaviorName (RTW.AutosarInterface) | Get XML internal behavior name |
| getIOAutosarPortName (RTW.AutosarInterface) | Get I/O AUTOSAR port name |
| getIODataAccessMode (RTW.AutosarInterface) | Get I/O data access mode |
| getIODataElement (RTW.AutosarInterface) | Get I/O data element name |
| getIOErrorStatusReceiver (RTW.AutosarInterface) | Get receiver port name |
| getIOInterfaceName (RTW.AutosarInterface) | Get I/O interface name |
| getIOPortNumber (RTW.AutosarInterface) | Get I/O AUTOSAR port number |
| getIOServiceInterface (RTW.AutosarInterface) | Get port I/O service interface |
| getIOServiceName (RTW.AutosarInterface) | Get port I/O service name |
| getIOServiceOperation (RTW.AutosarInterface) | Get port I/O service operation |
| getIsServerOperation (RTW.AutosarInterface) | Determine whether server is specified |
| getPeriodicEventName (RTW.AutosarInterface) | Get periodic event name |
| getPeriodicRunnableName (RTW.AutosarInterface) | Get periodic runnable name |
| getPortDefaultConf (RTW.AutosarInterface) | Get port default configuration |
| getServerInterfaceName (RTW.AutosarInterface) | Get name of server interface |
| getServerOperationPrototype (RTW.AutosarInterface) | Get server operation prototype |
| getServerPortName (RTW.AutosarInterface) | Get server port name |
| getServerType (RTW.AutosarInterface) | Determine server type |
| RTW.AutosarInterface | Construct RTW.AutosarInterface object |
| runValidation (RTW.AutosarInterface) | Validate RTW.AutosarInterface object against model |
| setComponentName (RTW.AutosarInterface) | Set XML component name |
| setInitEventName (RTW.AutosarInterface) | Set initial event name |
| setInitRunnableName (RTW.AutosarInterface) | Set initial runnable name |
| setIOAutosarPortName (RTW.AutosarInterface) | Set AUTOSAR port name |
| setIODataAccessMode (RTW.AutosarInterface) | Set I/O data access mode |
| setIODataElement (RTW.AutosarInterface) | Set I/O data element |
| setIOInterfaceName (RTW.AutosarInterface) | Set I/O interface name |
| setIsServerOperation (RTW.AutosarInterface) | Indicate that server is specified |
| setPeriodicEventName (RTW.AutosarInterface) | Set periodic event name |
| setPeriodicRunnableName (RTW.AutosarInterface) | Set periodic runnable name |
| setServerInterfaceName (RTW.AutosarInterface) | Set name of server interface |
| setServerOperationPrototype (RTW.AutosarInterface) | Specify operation prototype |
| setServerPortName (RTW.AutosarInterface) | Set server port name |
| setServerType (RTW.AutosarInterface) | Specify server type |
| syncWithModel (RTW.AutosarInterface) | Synchronize configuration with model |
| attachToModel (RTW.ModelCPPClass) | Attach model-specific C++ encapsulation interface to loaded ERT-based Simulink model |
| getArgCategory (RTW.ModelCPPArgsClass) | Get argument category for Simulink model port from model-specific C++ encapsulation interface |
| getArgName (RTW.ModelCPPArgsClass) | Get argument name for Simulink model port from model-specific C++ encapsulation interface |
| getArgPosition (RTW.ModelCPPArgsClass) | Get argument position for Simulink model port from model-specific C++ encapsulation interface |
| getArgQualifier (RTW.ModelCPPArgsClass) | Get argument type qualifier for Simulink model port from model-specific C++ encapsulation interface |
| getClassName (RTW.ModelCPPClass) | Get class name from model-specific C++ encapsulation interface |
| getDefaultConf (RTW.ModelCPPClass) | Get default configuration information for model-specific C++ encapsulation interface from Simulink model |
| getNumArgs (RTW.ModelCPPClass) | Get number of step method arguments from model-specific C++ encapsulation interface |
| getStepMethodName (RTW.ModelCPPClass) | Get step method name from model-specific C++ encapsulation interface |
| RTW.configSubsystemBuild | Configure C function prototype or C++ encapsulation interface for right-click build of specified subsystem |
| RTW.getEncapsulationInterfaceSpecification | Get handle to model-specific C++ encapsulation interface control object |
| RTW.ModelCPPArgsClass | Create C++ encapsulation interface object for configuring model class with I/O arguments style step method |
| RTW.ModelCPPVoidClass | Create C++ encapsulation interface object for configuring model class with void-void style step method |
| runValidation (RTW.ModelCPPArgsClass) | Validate model-specific C++ encapsulation interface against Simulink model |
| runValidation (RTW.ModelCPPVoidClass) | Validate model-specific C++ encapsulation interface against Simulink model |
| setArgCategory (RTW.ModelCPPArgsClass) | Set argument category for Simulink model port in model-specific C++ encapsulation interface |
| setArgName (RTW.ModelCPPArgsClass) | Set argument name for Simulink model port in model-specific C++ encapsulation interface |
| setArgPosition (RTW.ModelCPPArgsClass) | Set argument position for Simulink model port in model-specific C++ encapsulation interface |
| setArgQualifier (RTW.ModelCPPArgsClass) | Set argument type qualifier for Simulink model port in model-specific C++ encapsulation interface |
| setClassName (RTW.ModelCPPClass) | Set class name in model-specific C++ encapsulation interface |
| setStepMethodName (RTW.ModelCPPClass) | Set step method name in model-specific C++ encapsulation interface |
| addCheck (rtw.codegenObjectives.Objective) | Add checks |
| addParam (rtw.codegenObjectives.Objective) | Add parameters |
| excludeCheck (rtw.codegenObjectives.Objective) | Exclude checks |
| modifyInheritedParam (rtw.codegenObjectives.Objective) | Modify inherited parameter values |
| register (rtw.codegenObjectives.Objective) | Register objective |
| removeInheritedCheck (rtw.codegenObjectives.Objective) | Remove inherited checks |
| removeInheritedParam (rtw.codegenObjectives.Objective) | Remove inherited parameters |
| rtw.codegenObjectives.Objective | Create custom code generation objectives |
| setObjectiveName (rtw.codegenObjectives.Objective) | Specify objective name |
| addCallback (cgv.CGV) | Add callback function |
| addConfigSet (cgv.CGV) | Add configuration set |
| addInputData (cgv.CGV) | Add input data |
| addPostLoadFiles (cgv.CGV) | Add files required by model |
| configModel (cgv.Config) | Determine and change configuration parameter values |
| displayReport (cgv.Config) | Display results of comparing configuration parameter values |
| getOutputData (cgv.CGV) | Get output data |
| getReportData (cgv.Config) | Return results of comparing configuration parameter values |
| run (cgv.CGV) | Execute CGV object |
| setOutputDir (cgv.CGV) | Specify folder |
| setOutputFile (cgv.CGV) | Specify output data file name |
| addArgConf (RTW.ModelSpecificCPrototype) | Add argument configuration information for Simulink model port to model-specific C function prototype |
| attachToModel (RTW.ModelSpecificCPrototype) | Attach model-specific C function prototype to loaded ERT-based Simulink model |
| getArgCategory (RTW.ModelSpecificCPrototype) | Get argument category for Simulink model port from model-specific C function prototype |
| getArgName (RTW.ModelSpecificCPrototype) | Get argument name for Simulink model port from model-specific C function prototype |
| getArgPosition (RTW.ModelSpecificCPrototype) | Get argument position for Simulink model port from model-specific C function prototype |
| getArgQualifier (RTW.ModelSpecificCPrototype) | Get argument type qualifier for Simulink model port from model-specific C function prototype |
| getDefaultConf (RTW.ModelSpecificCPrototype) | Get default configuration information for model-specific C function prototype from Simulink model |
| getFunctionName (RTW.ModelSpecificCPrototype) | Get function name from model-specific C function prototype |
| getNumArgs (RTW.ModelSpecificCPrototype) | Get number of function arguments from model-specific C function prototype |
| getPreview (RTW.ModelSpecificCPrototype) | Get model-specific C function prototype code preview |
| RTW.configSubsystemBuild | Configure C function prototype or C++ encapsulation interface for right-click build of specified subsystem |
| RTW.getFunctionSpecification | Get handle to model-specific C prototype function control object |
| RTW.ModelSpecificCPrototype | Create model-specific C prototype object |
| runValidation (RTW.ModelSpecificCPrototype) | Validate model-specific C function prototype against Simulink model |
| setArgCategory (RTW.ModelSpecificCPrototype) | Set argument category for Simulink model port in model-specific C function prototype |
| setArgName (RTW.ModelSpecificCPrototype) | Set argument name for Simulink model port in model-specific C function prototype |
| setArgPosition (RTW.ModelSpecificCPrototype) | Set argument position for Simulink model port in model-specific C function prototype |
| setArgQualifier (RTW.ModelSpecificCPrototype) | Set argument type qualifier for Simulink model port in model-specific C function prototype |
| setFunctionName (RTW.ModelSpecificCPrototype) | Set function name in model-specific C function prototype |
| model_initialize | Initialization entry point in generated code for ERT-based Simulink model |
| model_SetEventsForThisBaseStep | Set event flags for multirate, multitasking operation before calling model_step for ERT-based Simulink model — not generated as of Version 5.1 (R2008a) |
| model_step | Step routine entry point in generated code for ERT-based Simulink model |
| model_terminate | Termination entry point in generated code for ERT-based Simulink model |
| slConfigUIGetVal | Return current value for custom target configuration option |
| slConfigUISetEnabled | Enable or disable custom target configuration option |
| slConfigUISetVal | Set value for custom target configuration option |
| addAdditionalHeaderFile | Add additional header file to array of additional header files for TFL table entry |
| addAdditionalIncludePath | Add additional include path to array of additional include paths for TFL table entry |
| addAdditionalLinkObj | Add additional link object to array of additional link objects for TFL table entry |
| addAdditionalLinkObjPath | Add additional link object path to array of additional link object paths for TFL table entry |
| addAdditionalSourceFile | Add additional source file to array of additional source files for TFL table entry |
| addAdditionalSourcePath | Add additional source path to array of additional source paths for TFL table entry |
| addConceptualArg | Add conceptual argument to array of conceptual arguments for TFL table entry |
| addEntry | Add table entry to collection of table entries registered in TFL table |
| copyConceptualArgsToImplementation | Copy conceptual argument specifications to matching implementation arguments for TFL table entry |
| createAndAddConceptualArg | Create conceptual argument from specified properties and add to conceptual arguments for TFL table entry |
| createAndAddImplementationArg | Create implementation argument from specified properties and add to implementation arguments for TFL table entry |
| createAndSetCImplementationReturn | Create implementation return argument from specified properties and add to implementation for TFL table entry |
| getTflArgFromString | Create TFL argument based on specified name and built-in data type |
| registerCFunctionEntry | Create TFL function entry based on specified parameters and register in TFL table |
| registerCPromotableMacroEntry | Create TFL promotable macro entry based on specified parameters and register in TFL table (for abs function replacement only) |
| setReservedIdentifiers | Register specified reserved identifiers to be associated with TFL table |
| setTflCFunctionEntryParameters | Set specified parameters for function entry in TFL table |
| setTflCOperationEntryParameters | Set specified parameters for operator entry in TFL table |
|
| rtw.connectivity.ComponentArgs | Provide parameters to each target connectivity component |
| rtw.connectivity.Config | Define connectivity implementation, comprising builder, launcher, and communicator components |
| rtw.connectivity.ConfigRegistry | Register connectivity configuration |
| rtw.connectivity.MakefileBuilder | Configure makefile-based build process |
| rtw.connectivity.Launcher | Control downloading, starting and resetting executable on target hardware |
| rtIOStreamClose | Shut down communications channel with remote processor |
| rtIOStreamOpen | Initialize communications channel with remote processor |
| rtIOStreamRecv | Receive data from remote processor |
| rtIOStreamSend | Send data to remote processor |
| rtiostream_wrapper | Test rtiostream shared library methods |
| rtw.connectivity.RtIOStreamHostCommunicator | Configure host-side communications |
| rtw.pil.RtIOStreamApplicationFramework | Configure target-side communications |
| Class Reference | ![]() |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |