User`s guide

clear
Purpose Remove links to CCS IDE and RTDX interface, or clear type entries
in type objects
Syntax clear(cc)
clear('
all')
clear(cc.type,'
all')
clear(cc.type,typedefname)
Description clear(cc) clears the link associated with cc.Thisisthelaststepinany
development effort that uses links. Clear links that y ou 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 R TD X interface.
This is the nal step in a ny 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 m emory
and resources.
Note If a ticcs object exists when you close CCS IDE, the application
does not close . Microsoft Windows
®
software moves it to the background.
After you clear all open links to CCS IDE, or close MAT LAB software,
CCS IDE actually closes the application. You can verify if CCS IDE is
running by checking the Microsoft Windows Task Manager.
clear(cc.type,'all') clears all user-dened type entries in the type
object
obj.
clear(cc.type,typedefname) clears the information on the specied
user-dened type entry
typedefname in the type object obj.
See Also add, ticcs, close, disable
7-22