addSignal
Description
addSignal(
adds signals specified by the block output port handles to the specified model code
mappings.myCodeMappingObj
,portHandle
)
This function does not apply to signals that originate from root-level Inport blocks.
addSignal(
adds signals specified by the block output port handles to the model code mappings. It
configures the storage class and values of storage class properties that the code generator
uses to produce C code for the signal data. For models with an attached Embedded Coder
Dictionary that defines a service interface configuration, you can also configure
measurement interface properties.myCodeMappingObj
,portHandle
,Name,Value
)
Examples
Add Block Output Signals to Model Code Mappings
For model myConfigModel
, add the output signals of
lookup table blocks Table1D
and Table2D
to the model
code mappings. After creating the object cm
by calling function
coder.mapping.api.get
, get handles to the output ports for lookup
table blocks. Add the output signals to the code mappings with a call to
addSignal
.
cm = coder.mapping.api.get('myConfigModel'); lut1D_ports = get_param('myConfigModel/Table1D','PortHandles'); lut2D_ports = get_param('myConfigModel/Table2D','PortHandles'); lut1D_outPort = lut1D_ports.Outport; lut2D_outPort = lut2D_ports.Outport; addSignal(cm,[lut1D_outPort,lut2D_outPort]);
Add Block Output Signals to Model Code Mappings and Configure Storage Class for Signals
For model myConfigModel
, add the output signals of
lookup table blocks Table1D
and Table2D
to the model
code mappings. After creating the object cm
by calling function
coder.mapping.api.get
, get handles to the output ports for lookup
table blocks. Add the output signals to the code mappings and set the storage class for
the signals to ExportedGlobal
with a call to
addSignal
.
cm = coder.mapping.api.get('myConfigModel'); lut1D_ports = get_param('myConfigModel/Table1D','PortHandles'); lut2D_ports = get_param('myConfigModel/Table2D','PortHandles'); lut1D_outPort = lut1D_ports.Outport; lut2D_outPort = lut2D_ports.Outport; addSignal(cm,[lut1D_outPort,lut2D_outPort],'StorageClass','ExportedGlobal');
Input Arguments
myCodeMappingObj
— Code mapping object
CodeMapping
object
Code mapping object (model code mappings) returned by a call to function
coder.mapping.api.get
.
Example: myCM
portHandle
— Output port handle of signal source block
port handle | array of port handles
Signal to add to the code mappings, specified as a handle of an output port of the source block of the signal. To specify multiple port handles, use an array.
Example: portHandle
Data Types: port_handle
| array
Name-Value Arguments
Example: 'StorageClass' 'ExportedGlobal'
Specify comma-separated pairs of Name,Value
arguments.
Name
is the argument name and Value
is the
corresponding value. Name
must appear inside quotes. You can specify
several name and value pair arguments as Name1,Value1,…,NameN,ValueN
. The
order of the name and value pair arguments does not matter.
StorageClass
— Name of storage class
Auto
| Bitfield
| Dictionary default
| ExportedGlobal
| ExportToFile
| FileScope
| GetSet
| ImportedExtern
| ImportedExternPointer
| ImportFromFile
| Localizable
| Model default
| Struct
| Volatile
| storage class name
Storage class to set for the specified signals. The name of a predefined storage class or a storage class that is defined in the Embedded Coder Dictionary associated with the model. See Configure Signal Data for C Code Generation
Identifier
— Name of variable
character vector | string scalar
Name for the variable that represents the signal data in the generated code.
Data Types: char
| string
DefinitionFile
— C source file
character vector | string scalar
File name for a C source file that contains definitions for global data read by
data elements and external code. Applies to storage classes
ExportToFile
and Volatile
.
Data Types: char
| string
GetFunction
— Name of get function
character vector | string scalar
Name of a get
function that a data element calls in the
generated code. Applies to storage class GetSet
.
Data Types: char
| string
HeaderFile
— C header file
character vector | string scalar
File name for a C header file that contains declarations for global data read by
data elements and external code. Applies to storage classes
ExportToFile
, GetSet
,
ImportFromFile
, and Volatile
.
Data Types: char
| string
Owner
— Owner of global data
character vector | string scalar
Name of the model that owns global data that is used by other models in the same
model hierarchy. The code generated for the owner model includes the global data
definition. Applies to storage classes ExportToFile
and
Volatile
.
Data Types: char
| string
PreserveDimensions
— Boolean flag indicating whether to preserve dimensions of multidimensional arrays
True
| False
When model configuration parameter Array layout is set to
Row-major
, a flag that indicates whether to preserve
dimensions of a data element that is represented in generated code as a
multidimensional array. Applies to storage classes ExportToFile
,
GetSet
, ImportFromFile
,
Localizable
, and Volatile
.
Data Types: logical
SetFunction
— Name of set function
character string | string scalar
Name of a set
function that a data element calls in the
generated code. Applies to storage class GetSet
.
Data Types: char
| string
StructName
— Name of structure
character vector | string scalar
Name that the code generator uses to identify the structure for a data element in
the generated code. Applies to storage classes Bitfield
and
Struct
.
Data Types: char
| string
storageClassPropertyName
— Value of storage class property
depends on property definition
Storage class property defined in the Embedded Coder Dictionary. Values that you can specify vary depending on the storage class definition.
MeasurementService
— Name of measurement service interface
Dictionary default
(default) | character vector | string scalar
String or character vector containing the name of a measurement service interface
defined in the Embedded Coder Dictionary. By configuring the measurement service
interface for signals, states, and data stores, you can preserve the data in the
generated code for measurement. To use the dictionary default, specify
'Dictionary default'
. If data from the state does not need to be
preserved in the code, specify 'Not measured'
.
To configure the measurement service interface, the Embedded Coder Dictionary that defines a service interface configuration must be attached to the model. For more information, see Configure Measurement Service Interfaces for Signals, States, and Data Stores.
Data Types: char
| string
Version History
Introduced in R2020b
See Also
coder.mapping.api.CodeMapping
| coder.mapping.api.get
| find
| getDataDefault
| getSignal
| removeSignal
| setDataDefault
| setSignal
Commande MATLAB
Vous avez cliqué sur un lien qui correspond à cette commande MATLAB :
Pour exécuter la commande, saisissez-la dans la fenêtre de commande de MATLAB. Les navigateurs web ne supportent pas les commandes MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)