Package: Simulink.ModelReference.ProtectedModel
Superclasses:
Represent files and exported symbols generated by creation of protected model
Specifies information about files and symbols generated when creating a protected model. The creator of a protected model can use this information for postprocessing of the generated files prior to packaging. Information includes:
List of source code files (*.c
,
*.h
, *.cpp
,*.hpp
).
List of other related files (*.mat
,
*.rsp
, *.prj
, etc.).
List of exported symbols that you must not modify.
To access the properties of this class, use the ‘CustomPostProcessingHook
’
option of the Simulink.ModelReference.protect
function.
The value for the option is a handle to a postprocessing function
accepting a Simulink.ModelReference.ProtectedModel.HookInfo
object
as input.
Handle. To learn how handle classes affect copy operations, see Copying Objects.