Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Conversation

adeas31
Copy link
Member

@adeas31 adeas31 commented Feb 18, 2019

The InformationInterface reads the plugin information like name and icon. The ModelInterface provides the active model information to the plugin.

The `InformationInterface` reads the plugin information like name and icon. The `ModelInterface` provides the active model information to the plugin.
QPluginLoader loader("../../../OMSensPlugin/bin/libOMSensPlugin.dylib");
#else
QPluginLoader loader("../../../OMSensPlugin/bin/libOMSensPlugin.so");
#endif
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of asking the user to load plugin, I changed it to load the plugin automatically. Once the actual OMSens plugin is placed in the OpenModelica repos then we need to update these links. Right now they are using a dummy OMSensPlugin which just shows how to implement and use the interfaces.

@adeas31
Copy link
Member Author

adeas31 commented Apr 3, 2019

Moved to OpenModelica/OpenModelica#116

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant