summaryrefslogtreecommitdiffstats
path: root/docs/part-1/3-Plugins.md
blob: cbc72844ed29275059b353c9a121247b0a86a999 (plain)
1
2
3
4
5
6
# Plugins

Plugins are C/C++ shared library that is loaded by the binding to execute some
simple routine. Routine could be on reception of a new signal or at sources
initialization time or signal subscription with the respective JSON field
**onReceived**, **init** and **getSignals**.