MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guia do Utilizador Página 310

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 309
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
Vista de página 309
1 2 ... 305 306 307 308 309 310 311 312 313 314 315 ... 574 575

Comentários a estes Manuais

Sem comentários