User`s guide
close
Purpose Close CCS IDE files 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 file in CCS IDE identified by
filename of type ’type’. type identi fies the type of fi le to close. This can
be either project files when you use ’
project' for the type option, o r
text files when you use
'text' for the type option. To close a specific
file in CCS IDE,
filename must match exactly the name of the file to
close. If you replace
filename with 'all', close terminates every open
file whose type matches the
type option. File types recognized by close
include these extensions.
type String Affected files
'project'
Project files with the .pjt extension.
'text'
All files with these exte nsions —.a*, .c, .cc,
.ccx, .cdb, .cmd, .cpp, .lib, .o*, .rcp,and.s*.
Note that
'text' does not close .cfg files.
When you replace filename with the null entry [], close shuts the
current active file window in CCS IDE. When you specify ’
project' for
the
type option, it closes the active project.
Note close does not save files before shutting them. Closing files can
result in l ost data if you have chan ge d the files after you last saved
them. Use
save to preserve your changes before you close files.
7-23