You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client code has access to the simulator interface via cosim::execution::get_simulator(). This is done such that client code (in our case libcosimc and cosim4j) can access a simulator's model_description object. Instead of exposing the entire simulator interface, it i suggested to only expose a simulator's model_description object.
The text was updated successfully, but these errors were encountered:
Client code has access to the
simulator
interface viacosim::execution::get_simulator()
. This is done such that client code (in our case libcosimc and cosim4j) can access a simulator'smodel_description
object. Instead of exposing the entiresimulator
interface, it i suggested to only expose a simulator'smodel_description
object.The text was updated successfully, but these errors were encountered: