MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Podręcznik Użytkownika Strona 308

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 575
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 307
list
infolist = list(cc,'variable’,varname) returns information about
the specied variable
varname.
infolist = list(cc,variable’,varnamelist) returns information
about variables in a list specied by
varnamelist. The information
returned in each structure follows the format b elo w when you spe cify
option
type as variable:
infolist Stru cture Element Description
infolist.varname(1).name
Symbol name
infolist.varname(1).isglobal
Indicates whethe r symbol is global
or local
infolist.varname(1).location
Information about the location of
the symbol
infolist.varname(1).size
Size per dimension
infolist.varname(1).uclass
ticcs
object class that m atches
thetypeofthissymbol
infolist.varname(1).bitsize
Size in bits . More information is
added to the structure depending
on the symbol type.
infolist.(varname1).type
data type of symbol
infolist.varname(2).... ...
infolist.varname(n).... ...
list usesthevariablenameastheeld name to refer to the structure
information for the variable.
infolist = list(cc,'globalvar') returns a structure that contains
information on all global variables.
infolist = list(cc,'globalvar',varname) returns a structure that
contains information on the specied global variable.
infolist = list(cc,'globalvar',varnamelist) returns a structure
that contains information on global variables in the list. The
7-86
Przeglądanie stron 307
1 2 ... 303 304 305 306 307 308 309 310 311 312 313 ... 574 575

Komentarze do niniejszej Instrukcji

Brak uwag