Plugins

Gnucap is designed to use a light-weight, portable core that provides an environment to which new features can be added as “plugins” which are supported separately from the main simulator. These plugins can be loaded and unloaded at run time if desired. Most plugins can also be “static linked” if desired, giving the appearance of a traditional single executable program that will run on relatively primitive systems.

Since plugins can be loaded at run time, it is possible to have the main program, and a standard set of libraries and plugins, installed and managed on a network, or by the system administrator, and provide a way for each user to add custom features including models.

In the usual configuration, a set of plugins is loaded automatically, giving the capability expected of a Spice-like simulator, with some enhancements.

Plugins are standard compiled shared object modules, usually ”.so” or ”.dll” files. The source of plugins is portable across platforms, but the compiled code must be compiled for the specific system.

At the lowest level, plugins are written in C++ and compiled. There will be tools to support other languages, using preprocessors, wrappers, or both. They can be added at any time, without recompiling the simulator core.

gnucap/about/plugins.txt · Last modified: 2015/12/11 15:39 (external edit)
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Run by Debian Driven by DokuWiki