User`s guide
list
uclass: 'numeric'
type: 'int'
bitsize: 16
To demonstrate using list with a defined C type, variable typename1
includes the type argum en t . Because valid field names canno t contain
the
$ character, list changes the $ to DOLLAR.
typename1 = '$fake3'; % name of defined C type with no tag
list(cc,'type',typename1);
ans =
DOLLARfake0 : [typeinfo]
ans.DOLLARfake0=
type: 'struct $fake0'
size: 1
uclass: 'structure'
sizeof: 1
members: [1x1 struct]
When you request information about a project in CC S, you see a listing
like the following that includes structures containing details about your
project.
projectinfo=list(cc,'project')
projectinfo =
name: 'D:\Work\c6711dskafxr_c6000_rtw\c6711dskafxr.pjt'
type: 'project'
processortype: 'TMS320C67XX'
srcfiles: [69x1 struct]
buildcfg: [3x1 struct]
See Also info
7-90