Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Description | Defines the steps to be performed during compilation. These defines should be used when using the StartCompile2. |
---|
Usage | - RtlabApi.OP_SEPARATE_ONLY
- RtlabApi.OP_GENERATE_ONLY
- RtlabApi.OP_TRANSFER_ONLY
- RtlabApi.OP_COMPIL_ONLY
- RtlabApi.OP_RETRIEVE_FILES_ONLY
- RtlabApi.OP_COMPILE_ALL_NT_ONLY
- RtlabApi.OP_COMPILE_ALL_REDHAWK_ONLY
- RtlabApi.OP_COMPILE_ALL_REDHAWK64_ONLY
- RtlabApi.OP_COMPILE_ALL_QNXNTO_ONLY
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 (x86-based) targets.
- OP_COMPIL_ALL_REDHAWK64 (31): Sets all options for OPAL-RT Linux (x64-based) targets.
- OP_COMPIL_ALL_QNXNTO (31): Sets all options for QNX 6 targets (not supported anymore)
|
---|
Examples | See the example compilation. |
---|
Related Items | StartCompile2 |
---|
Modules | import RtlabApi |
---|