Skip to content
Chris Petersen edited this page Aug 8, 2013 · 4 revisions

Plugins offer a way to segment code and instantiate it against a data store created with the [ln_store](Index of Module ln_store) module. Plugins can be used, for example, to implement device drivers and other code that may be run in multiple instances within an application. The execution of plugins is controlled by the [scheduler](Index of Module scheduler) module, based on the type of the plugin and the state of the system. Plugins reside in the ./plugins framework subdirectory.

Clone this wiki locally