Main Content

金宝appSimulink.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金宝appSimulink.lookuptable.StructTypeInfoclass controls the structure type that the generated code creates to store data for lookup table objects. The金宝appSimulink.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金宝appSimulink.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.

Version History

Introduced in R2016b