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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 575
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 311
list
uclass: 'numeric'
type: 'int'
bitsize: 16
To demonstrate using list with a dened C type, variable typename1
includes the type argum en t . Because valid eld names canno t contain
the
$ character, list changes the $ to DOLLAR.
typename1 = '$fake3'; % name of defined C type with no tag
list(cc,'type',typename1);
ans =
DOLLARfake0 : [typeinfo]
ans.DOLLARfake0=
type: 'struct $fake0'
size: 1
uclass: 'structure'
sizeof: 1
members: [1x1 struct]
When you request information about a project in CC S, you see a listing
like the following that includes structures containing details about your
project.
projectinfo=list(cc,'project')
projectinfo =
name: 'D:\Work\c6711dskafxr_c6000_rtw\c6711dskafxr.pjt'
type: 'project'
processortype: 'TMS320C67XX'
srcfiles: [69x1 struct]
buildcfg: [3x1 struct]
See Also info
7-90
Przeglądanie stron 311
1 2 ... 307 308 309 310 311 312 313 314 315 316 317 ... 574 575

Komentarze do niniejszej Instrukcji

Brak uwag