MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guide de l'utilisateur Page 222

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 274
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 221
mcc
7-36
Table 7-5, Code/Comment Annotation Options, shows the available annotation
options.
To control the
#line preprocessor directives that are included in the generated
C/C++ source, use
mcc -A line:setting
Table 7-6, Line Annotation Options, shows the available #line directive
settings.
To control if run-time error messages report the source file and line number,
use
mcc -A debugline:on
Table 7-5: Code/Comment Annotation Options
Type Description
all
Provides the complete source of the M-file interleaved
with the generated C/C++ source. The default is
all.
comments
Provides all of the comments from the M-file
interleaved with the generated C/C++ source.
none
No comments or code from the M-file are added to code.
Table 7-6: Line Annotation Options
Setting Description
on
Adds #line preprocessor directives to the generated
C/C++ source code to enable source M-file debugging.
Note: The page width option is ignored when this is on.
off
Adds no #line preprocessor directives to the generated
C/C++ source code. The default is
off.
Vue de la page 221
1 2 ... 217 218 219 220 221 222 223 224 225 226 227 ... 273 274

Commentaires sur ces manuels

Pas de commentaire