MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Betriebsanweisung Seite 312

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 575
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 311
1 2 ... 307 308 309 310 311 312 313 314 315 316 317 ... 574 575

Kommentare zu diesen Handbüchern

Keine Kommentare