function defs = csc_registration(action)
% Copyright 1994-2006 The MathWorks, Inc.
% $Revision: $ $Date: $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NOTE:
% - This file was automatically generated by the Simulink custom storage class
% designer.
% - The contents of this file are arranged so that the Simulink custom storage
% class designer can load the associated classes for editing.
% - Hand modification of this file is not recommended as it may prevent the
% Simulink custom storage class designer from loading the associated classes.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% - Generated on: 17-Sep-2006 18:23:42
% - MATLAB version: 7.2.0.232 (R2006a)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
switch action
case 'CSCDefn'
defs = [];
h = Simulink.CSCDefn;
set(h, 'Name', 'GetSet');
set(h, 'OwnerPackage', 'NXT');
set(h, 'CSCType', 'Other');
set(h, 'MemorySection', 'Default');
set(h, 'IsMemorySectionInstanceSpecific', false);
set(h, 'IsGrouped', false);
set(h.DataUsage, 'IsParameter', true);
set(h.DataUsage, 'IsSignal', true);
set(h, 'DataScope', 'Exported');
set(h, 'IsDataScopeInstanceSpecific', false);
set(h, 'DataInit', 'None');
set(h, 'IsDataInitInstanceSpecific', false);
set(h, 'DataAccess', 'Direct');
set(h, 'IsDataAccessInstanceSpecific', false);
set(h, 'HeaderFile', '');
set(h, 'IsHeaderFileInstanceSpecific', true);
set(h, 'CommentSource', 'Default');
set(h, 'TypeComment', '');
set(h, 'DeclareComment', '');
set(h, 'DefineComment', '');
set(h, 'CSCTypeAttributesClassName', 'Simulink.CSCTypeAttributes_GetSet');
set(h.CSCTypeAttributes, 'GetFunction', '');
set(h.CSCTypeAttributes, 'SetFunction', '');
set(h, 'TLCFileName', 'NXTGetSet.tlc');
defs = [defs; h];
case 'MemorySectionDefn'
defs = [];
otherwise
error('Invalid action');
end
%EOF