DefinitionFile | Character vector or string scalar that names a C source file that contains
definitions for global data read by data elements and external code. Applies to
storage classes Const , ConstVolatile ,
ExportToFile , and Volatile . |
GetFunction | Character vector or string scalar that names a get
function that a data element calls in the generated code. Applies to storage
class GetSet . |
HeaderFile | Character vector or string scalar that names a C header file that contains
declarations for global data read by data elements and external code. Applies to
storage classes Const , ConstVolatile ,
Define , ExportToFile ,
GetSet , ImportedDefine ,
ImportFromFile , and Volatile . |
MemorySection | Character vector or string scalar that names a memory section for a model
defined in the Embedded Coder Dictionary. |
Owner | Character vector or string scalar that names the model that owns global
data, which is used by other models in the same model hierarchy. The code
generated for the owner model includes the global data definition. Applies to
storage classes Const , ConstVolatile ,
ExportToFile , and Volatile . |
PerserveDimensions | Boolean flag that indicates whether to preserve dimensions of a data
element that is represented in generated code as a multidimensional array.
Applies to storage classes Const ,
ConstVolatile , ExportToFile ,
FileScope , ImportFromFile ,
Localizable , and Volatile . |
SetFunction | Character vector or string scalar that names a
set function, which a data element calls in the
generated code. Applies to storage class
GetSet . |
StorageClass | One of these values: Auto ,
Bitfield , CompileFlag ,
Const , ConstVolatile ,
Define , Dictionary default ,
ExportedGlobal ,
ExportToFile , FileScope ,
GetSet , ImportedDefine ,
ImportedExtern , ImportedExternPointer ,
ImportFromFile , Localizable ,
Model default , Struct ,
Volatile |
StructName | Character vector or string scalar that names that names a structure for a
data element in the generated code. Applies to storage classes
Bitfield and Struct . |