MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guide de l'utilisateur Page 312

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 575
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 311
1 2 ... 307 308 309 310 311 312 313 314 315 316 317 ... 574 575

Commentaires sur ces manuels

Pas de commentaire