Group | Model Preparation |
---|---|
Description |
Start the compilation steps, which separate the subsystems, |
generate the code and |
compile each subsystem. This function enables you to specify:
Compilation continues after this function has returned with a return code of EOK. You must call DisplayInformation to get the compilation results and the compilation termination status. You may call AbortCompile during the operation to stop the model's compilation. You must call RegisterDisplay to register to receive status and compilation messages. | |
Required Control | System Control |
---|---|
Usage | subsystemInfo1 = (subsystemName1, subsystemOptions1) subsystemInfo2 = (subsystemName2, subsystemOptions2) .... compilationInfo = ( subsystemInfo1, subsystemInfo2, ...) RtlabApi.StartCompile2 (compilationInfo) |
Input |
|
Output | None |
Exception |
|
| |
Examples | None |
---|---|
Related Items | AbortCompile, DisplayInformation, OP_COMPILATION_DEFINE. |
Modules | import RtlabApi |