I would like to use Matlab Simulink Real-Time C API to write programs (in C or in Java) that will work on a Linux machine. However the C API is a dll that is supposed to work only on a Windows machine.
Does Wine work with the Simulink Real-Time C API ?
EDIT : I am developing simulink models on a Windows computer. I then use this computer to load the Simulink model into the Xpc target (a Speedgoat machine).
When we go in production, the Xpc target computer is locally connected to a Linux computer. We have access via SSH to the Linux computer. If we want to update the simulink model of the Xpc target computer, the only way is to go via the Linux computer.