User`s guide
list
infolist = list(cc,'project') returns a vector of structures
containing project information in the format shown here when you
specify option
type as project.
infolist Stru cture Element Description
infolist(1).name
Project file name (with path).
infolist(1).type
Project type — project,projlib,
or
projext,refertonew
infolist(1).processortype
String description of processor
CPU
infolist(1).srcfiles
Vector of structures that describes
project source files. Each
structure contains the name
and path for each source file —
infolist(1).srcfiles.name
infolist(1).buildcfg
Vector of structures that describe
build configurations, each with the
following entries:
•
infolist(1).buildcfg.name
—thebuildconfiguration name
•
infolist(1).buildcfg.outpath
— the default directory for
storing the build output.
infolist(2).... ...
infolist(n).... ...
infolist = list(cc,'variable’) returns a s tructure of structures
that contains information on all local variables within scope. The list
also includes information on all global variables. Note, however, that
if a local variable has the same symbol name as a global variable, list
returns the information about the local variable.
7-85