Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DescriptionDefines the steps to be performed during compilation. These defines should be used when using the StartCompile2.
Usage

See Elements

Elements
  • OP_SEPARATE_ONLY (1): Do only the separation when compiling a model.
  • OP_GENERATE_ONLY (2): Do only the code generation when compiling a model.
  • OP_TRANSFER_ONLY (4): Transfers only the files when compiling a model.
  • OP_COMPIL_ONLY (8): Do the code compilation only when compiling a model.
  • OP_RETRIEVE_FILES_ONLY (16): Retrieves only the target files when compiling a model.
  • OP_COMPIL_ALL_NT (15): Sets all options for win32 targets.
  • OP_COMPIL_ALL_LINUX (31): Sets all options for Linux targets.
  • OP_COMPIL_ALL_REDHAWK (31): Sets all options for OPAL-RT Linux RTLinux (x86-based) targets.
  • OP_COMPIL_ALL_REDHAWK64 (31): Sets all options for OPAL-RT Linux RTLinux (x64-based) targets.
  • OP_COMPIL_ALL_QNXNTO (31): Sets all options for QNX 6 targets (not supported anymore).
ExamplesSee the example compilation.
Related ItemsOpalStartCompile2
Library and Header



WINDOWSLINUX
Static LibraryOpalApi.lib-
Dynamic LibraryOpalApi.dlllibOpalApi.so
Header FileOpalApi.hOpalApi.h


...