clear

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. 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.

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.

See Also

add, ticcs, close, disable, gettypeinfo

  


 © 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