Teledyne-lecroy UWBTrainer Exerciser Script Language Manual de usuario Pagina 116

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 115
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
108
10.22 Include Path Directive
This feature allows you to specify additional folders where the parser should look for included
files. By default, the script parser tries to include a file using a name specified in the %include
directive. If it can't find the file, it looks for the file in the Application directory.
Format:
%include_path [=] "include path"
Note: The include_path name is supposed to end with
"\". If it does not end with "\", the script
parser adds
"\" automatically.
Examples
%include_path "C:\UwbGeneration\"
# You can also use '=' after %include_path.
%include_path = "C:\UwbGeneration\Include\"
%include "MyDefs.ginc" # The parser looks for the file
# in the following folders:
# 1. Application folder
# 2. C:\UwbGeneration\
# 3. C:\UwbGeneration\Include\
Main
{
# Do something.
}
Vista de pagina 115

Comentarios a estos manuales

Sin comentarios