User`s guide
list
returned information follows the same format a s the syntax
infolist = list(cc,'variable',...).
infolist = list(cc,'function') returns a structure that contains
information on all functions in the embedded program.
infolist = list(cc,'function',functionname) returns a structure
that contains information on the specified function
functionname.
infolist = list(cc,'function',functionnamelist) returns a
structure that contains information on the specified functions in
functionnamelist. The returned information follows the format below
when you specify option
type as function:
infolist Structure Element Description
infolist.functionname(1).name
Function name
infolist.functionname(1).filename
Name of file where
function is defined
infolist.functionname(1).address
Relevant address
information such as
start address and end
address
infolist.functionname(1).funcvar
Variables local to the
function
infolist.functionname(1).uclass
ticcs
object class
that matches the
type of this symbol —
function
infolist.functionname(1).funcdecl
Function declaration
— where information
such as the function
return type is
contained
infolist.functionname(1).islibfunc
Is this a library
function?
7-87