User`s guide

list
infolist Structure Element Description
infolist.functionname(1).linepos
Start and end line
positions of function
infolist.functionname(1).funcinfo
Miscellaneous
information about
the function
infolist.functionname(2)... ...
infolist.functionname(n)... ...
To refer to the function structure information, list uses the function
name as the eld n ame.
infolist = list(cc,'type') returns a structure that contains
information on all deneddatatypesintheembeddedprogram. This
method includes struct, enum and union data types and excludes
typedefs. Th e name of a dened type is its ANSI C struct tag, enum tag
or union tag. If the ANSI C tag is not dened, it is referred to by the
CCS compiler as
'$faken' where n is an assigned number.
infolist = list(cc,'type',typename) returns a structure that
contains information on the specied dened data type.
infolist = list(cc,'type',typenamelist) returns a structure that
contains information on the specied dened data types in the list.
The returned information fo llow s the format below when you specify
option
type as type:
infolist Structure Element Description
infolist.typename(1).type
Type name
infolist.typename(1).size
Size of this type
infolist.typename(1).uclass
ticcs
object class that
matches the type of
this symbol. Additional
information is added
depending on the type
7-88