User`s guide

close
Purpose Close CCS IDE les or RTDX channel
Note close(cc,filename,'text') produces an error.
Support for
close(rx,...) on C5000 and C6000 processors will be
removed in a future version.
Syntax close(cc,'filename','type')
close(rx,
'channel1','channel2',...)
close(rx,
'channel')
Description close(cc,'filename','type') closes the le in CCS IDE identied by
filename of type type’. type identi es the type of le to close. This can
be either project les when you use
project' for the type option, o r
text les when you use
'text' for the type option. To close a specic
le in CCS IDE,
filename must match exactly the name of the le to
close. If you replace
filename with 'all', close terminates every open
le whose type matches the
type option. File types recognized by close
include these extensions.
type String Affected files
'project'
Project les with the .pjt extension.
'text'
All les with these exte nsions .a*, .c, .cc,
.ccx, .cdb, .cmd, .cpp, .lib, .o*, .rcp,and.s*.
Note that
'text' does not close .cfg les.
When you replace filename with the null entry [], close shuts the
current active le window in CCS IDE. When you specify
project' for
the
type option, it closes the active project.
Note close does not save les before shutting them. Closing les can
result in l ost data if you have chan ge d the les after you last saved
them. Use
save to preserve your changes before you close les.
7-23