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

  • 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 317
new
Caution After you create an object in CCS IDE, save the le in CCS
IDE.
new does not automatically save the le, and you lose your changes
when you close CCS IDE.
new(cc,'objectname') creates a project in C CS IDE, making it the
active project. When you omit the
type option, new assumes you are
creating a new project and appends the .
pjt extension to objectname
to create the project objectname.pjt.The.pjt extension is the only
extension
new recognizes.
Examples When y ou need a ne w project, create a link to CCS IDE and use the link
to make a n ew project in CCS IDE.
cc=ticcs;
cc.visible(1) % Make CCS IDE visible on your desktop (optional).
new(cc,'my_new_project.pjt','project');
New les of various types result from using new to create new active
windows in CCS IDE. For instance, make a new ANSI C source le in
CCS IDE with the following command:
new(cc,'new_source.c','text');
In CCS IDE you see your new le as the a ctive window.
See Also activate, close, save
7-96
Vue de la page 317
1 2 ... 313 314 315 316 317 318 319 320 321 322 323 ... 574 575

Commentaires sur ces manuels

Pas de commentaire