| Embedded IDE Link™ CC | ![]() |
Remove links to CCS IDE and RTDX™ interface, or clear type entries in type objects
clear(cc)
clear('all')
clear(cc.type,'all')
clear(cc.type,typedefname)
clear(cc) clears the link associated with cc. This is the last step in any development effort that uses links. Clear links that you no longer need for your work to avoid unforeseen problems. Calling clear executes the object destructors that delete the link object and all associated memory and resources.
clear('all') clears all existing links to CCS IDE and RTDX interface. This is the final step in any development process that uses links. Clear links that you no longer need for your work to avoid unforeseen problems. Calling clear with the 'all' option executes the object destructors to delete all the link objects and all associated memory and resources.
Note If a link exists when you close CCS IDE, the application does not close. Microsoft Windows® software moves it to the background (it becomes invisible). Only after you clear all open links to CCS IDE, or close MATLAB® software, does closing CCS IDE actually close the application. You can check to see if CCS IDE is running by checking the Microsoft Windows Task Manager. |
clear(cc.type,'all') clears all user-defined type entries in the type object obj.
clear(cc.type,typedefname) clears the information on the specified user-defined type entry typedefname in the type object obj.
add, ticcs, close, disable, gettypeinfo
![]() | cleanup | close | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |