Tellurium Plugin C++ API  1.0.0
 All Classes Files Functions Variables Friends Pages
A Plugin Framework for libRoadRunner
This document describes libRoadRunners Plugins API.
The Plugins API is centered around the PluginManager, Plugin, and the Property classes. The Plugin manager is responsible for validating, loading and unloading plugins at runtime.
The Plugins themselves are self contained shared libraries that may be designed to extend the functionality of the main libRoadRunners core API.
The capabilities of a Plugin is communicated to a client by the use of PluginProperties. A Plugin property is an object able to communicate various types of data betwen the Plugin and the client, such as an int, double or a string. In addition to its value, plugin properties have a name, hint and description field, assisting in communicating the purpose of the property.
A client typically loads and configure a plugin, through the use of Properties, and then subsequently executes the plugin using the plugins execute function. Finally, the client may retrieve some kind of result from the Plugin, again, using a Property.
Since a Plugins function will be determined by the actual Plugin author, documentation of a Plugins purpose and on how to use the plugin, is ideally bundled with the plugin and retrieved by various Plugin functions, e.g. getPluginInfo() and getPluginManualAsPDF().
Author
Totte Karlsson (totte.nosp@m.@dun.nosp@m.escie.nosp@m.ntif.nosp@m.ic.co.nosp@m.m)
Herbert M. Sauro (hsaur.nosp@m.o@u..nosp@m.washi.nosp@m.ngto.nosp@m.n.edu)
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: