Get the compilation or execution messages as well as return the compilation or execution status. You must call RegisterDisplay before calling this function to indicate to the controller to send messages to the client. |
Required Control | None |
---|
Usage | (done, displayId, results) = RtlabApi.DisplayInformation(timeout) |
---|
Input | |
---|
Output | done: Status of the compilation or the execution. Return True if the compilation has completed or execution has been reset. displayId: Message’s source 0: compilation 1: Master subsystem 2+: Slave subsystems
results: Compilation or execution messages.
|
---|
Exception | EOK: Success. EAGAIN: No more information to display. OP_API_ESEPARATION: Error while separating the model's subsystems. OP_API_ECODE_GENERATION: Error while generating code for the subsystems. EPERM: System control had not been granted to this client. EBUSY: Model executables already loaded. EBADF: Model not specified by previous Connect or
|
---|