Code covered by the BSD License  

Highlights from
Address Specific Parameter Custom Storage Class

from Address Specific Parameter Custom Storage Class by Richard Ruff
MemMap: A custom storage class that allows the user to specify the memory addresses of parameters in

sl_customization(cm)
function sl_customization(cm)
% Register user customizations for the MemMap data type

% Get default (factory) customizations
hObj = cm.RTWBuildCustomizer;

% Register Real-Time Workshop build process hooks
hObj.addUserHook('entry', 'MemMapVariableCheck(modelName);');

end

Contact us at files@mathworks.com