Documentation

万博1manbetxSimulink.lookuptable.StructTypeInfo class

Package:Simulink.lookuptable
Superclasses:

Configure settings for structure type that lookup table object uses in the generated code

Description

An object of the万博1manbetxSimulink.lookuptable.StructTypeInfoclass controls the structure type that the generated code creates to store data for lookup table objects. The万博1manbetxSimulink.lookuptable.StructTypeInfoobject resides in theStructTypeInfo财产的Simulink.LookupTableobject orSimulink.Breakpointobject. Use these parent objects to store and configure a lookup table for ASAP2 and AUTOSAR code generation.

ASimulink.LookupTableobject appears as a structure in the generated code when you set theSpecificationproperty to'Explicit values'. ASimulink.Breakpointobject appears as a structure in the generated code when you set theSupportTunableSizeproperty totrue.

Construction

When you create aSimulink.LookupTableorSimulink.Breakpointobject, a万博1manbetxSimulink.lookuptable.StructTypeInfoobject appears as the value of theStructTypeInfoproperty.

Properties

expand all

Scope of structure type definition, specified as a character vector.

Data Types:char

Name of the header file that contains the structure type definition, specified as a character vector.

Example:'myHdr.h'

Data Types:char

Name of the structure type, specified as a character vector.

Data Types:char

Copy Semantics

Value. To learn how value classes affect copy operations, seeCopying Objects(MATLAB).

Introduced in R2016b

Was this topic helpful?