Simulink.lookuptable.StructTypeInfo Class
Namespace: Simulink.lookuptable
Superclasses:
Configure settings for structure type that lookup table object uses in the generated code
Description
An object of the Simulink.lookuptable.StructTypeInfo
class
controls the structure type that the generated code creates to store
data for lookup table objects. The Simulink.lookuptable.StructTypeInfo
object
resides in the StructTypeInfo
property of a Simulink.LookupTable
object
or Simulink.Breakpoint
object.
Use these parent objects to store and configure a lookup table for
ASAP2 and AUTOSAR code generation.
A Simulink.LookupTable
object appears as a
structure in the generated code when you set the Specification
property
to 'Explicit values'
. A Simulink.Breakpoint
object
appears as a structure in the generated code when you set the SupportTunableSize
property
to true
.
Construction
When you create a Simulink.LookupTable
or Simulink.Breakpoint
object,
a Simulink.lookuptable.StructTypeInfo
object appears
as the value of the StructTypeInfo
property.
Properties
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.
Version History
Introduced in R2016b