root/PlatformSupport/sysgen2opb/WARP Blockset/slblocks.m
| Revision 428, 0.5 kB (checked in by murphpo, 23 months ago) |
|---|
| Line | |
|---|---|
| 1 | function blkStruct = slblocks |
| 2 | %SLBLOCKS Defines the Simulink library block representation |
| 3 | % for the XtremeDSP kit blocks. |
| 4 | |
| 5 | blkStruct.Name = ['WARP']; |
| 6 | blkStruct.OpenFcn = 'WARP_Blockset'; |
| 7 | blkStruct.MaskInitialization = ''; |
| 8 | |
| 9 | blkStruct.MaskDisplay = ['disp(''Rice University WARP'')']; |
| 10 | |
| 11 | % Define the library list for the Simulink Library browser. |
| 12 | % Return the name of the library model and the name for it |
| 13 | % |
| 14 | Browser(1).Library = 'WARP_Blockset'; |
| 15 | Browser(1).Name = 'WARP'; |
| 16 | |
| 17 | blkStruct.Browser = Browser; |
| 18 | |
| 19 | % End of slblocks.m |
Note: See TracBrowser
for help on using the browser.