Main Content

coder.descriptor.types.AggregateElement Class

Namespace: coder.descriptor.types

Return information about element of aggregate type

Since R2024a

Description

An object of the coder.descriptor.types.AggregateElement class describes information about an element of a variable of an aggregate type in the generated code. Use objects of this class to retrieve information about struct fields and union members.

Properties

expand all

Identifier used in generated code for the corresponding modeling element, specified as a character vector.

Data Types: char

Data type of the aggregate element, specified as a coder.descriptor.types.Type object.

Data Types: coder.descriptor.types.Type

Version History

Introduced in R2024a