MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guía de usuario Pagina 309

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 575
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 308
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 specied function
functionname.
infolist = list(cc,'function',functionnamelist) returns a
structure that contains information on the specied 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 le where
function is dened
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
Vista de pagina 308
1 2 ... 304 305 306 307 308 309 310 311 312 313 314 ... 574 575

Comentarios a estos manuales

Sin comentarios