from
Event Builder
by Co Melissant
Easily schedule events to trigger a Stateflow chart
|
| slblocks
|
function blkStruct = slblocks
%SLBLOCKS Defines the Simulink library block representation
% for the Embedded Coder Robot Blockset.
% Copyright 2001-2002 The MathWorks, Inc.
% $Revision: 1.2 $
% Removed references of other m files to clean up structure;
% by Yang Feng 7/9/2001
blkStruct.Name = ['Event Builder' sprintf('\n') 'Blockset'];
blkStruct.OpenFcn = 'evbuilder_lib';
%blkStruct.MaskInitialization = ;
%blkStruct.MaskDisplay = [''];
% Define the library list for the Simulink Library browser.
% Return the name of the library model and the name for it
%
Browser(1).Library = 'evbuilder_lib';
Browser(1).Name = 'Event Builder';
Browser(1).IsFlat = 1;% Is this library "flat" (i.e. no subsystems)?
blkStruct.Browser = Browser;
% End of slblocks.m
|
|
Contact us at files@mathworks.com