coder.descriptor.types.Struct Class
Namespace: coder.descriptor.types
Superclasses: coder.descriptor.types.Aggregate
Description
An object of the coder.descriptor.types.Struct
describes a variable in the
generated code that is of a struct
type.
Properties
Identifier
— Identifier used in generated code
character vector
Identifier of the data type used in generated code for the corresponding modeling element, specified as a character vector.
Data Types: char
Name
— Name of data type represented in Simulink®
character vector
Name of the data type that is represented in Simulink for the corresponding modeling element, specified as a character vector.
Data Types: char
ReadOnly
— Indication that type qualifier contains const
true
or 1
| false
or 0
Indication that the type qualifier contains const
, specified as
a numeric or logical 1
(true
) or
0
(false
). If you cannot change the value
of the variable during execution, the variable is preceded by the
const
keyword as the type qualifier in the generated code.
1
— The type qualifier containsconst
.0
— The type qualifier does not containconst
.
Data Types: logical
Volatile
— Indication that type qualifier contains volatile
true
or 1
| false
or 0
Indication that the type qualifier contains volatile
, specified
as a numeric or logical 1
(true
) or
0
(false
). If the compiler cannot apply
optimizations to the variable because its value can change due to external sources,
the variable is preceded by the volatile
keyword as the type
qualifier in the generated code.
1
— The type qualifier containsvolatile
.0
— The type qualifier does not containvolatile
.
Data Types: logical
Elements
— List of struct
fields
vector of coder.descriptor.types.AggregateElement
List of struct fields, specified as coder.descriptor.types.AggregateElement
objects.
Data Types: coder.descriptor.types.AggregateElement
Version History
Introduced in R2024a
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 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)