If I create a dll for simulink model through Simulation Interface Toolkit, can I call this dll without using SIT?
My application is realtime, so it is impossilbe to commucate with the dll in realtime fashion. I can not change the simulink model parameters, thus I don't need to communicate with the dll. For me, the dll only has inputs and outputs through which I can give them data and get data outuput from the dll.
In other words, if I generate a dll through SIT, can I use this dll in a difference system which has no SIT?