|
automotive-message-broker
0.14.803
|
Config object is the root JSON object in the config. More...
import "ambd-configuration.idl";
Public Attributes | |
| readonly attribute DOMString | plugins |
| plugins - path to plugin segments. The AMB Daemon will scan this path for any plugin configuration segments and load them if enabled. | |
| readonly attribute DOMString | mainloop |
| mainloop - path to mainloop plugin. The mainloop plugin is by default glib. AMB also provides a qt-based mainloop so plugins that use Qt mainloop features can be used. | |
| readonly attribute Plugin[] | sources |
| source plugins. depricated. Use plugin configuration segments placed in /etc/ambd/plugins.d. Plugins defined here will be loaded by AMB. | |
| readonly attribute Plugin[] | sinks |
| sink plugins. depricated. Use plugin configuration segments placed in /etc/ambd/plugins.d. Plugins defined here will be loaded by AMB. | |
Config object is the root JSON object in the config.
| readonly attribute Plugin [] Config::sinks |
sink plugins. depricated. Use plugin configuration segments placed in /etc/ambd/plugins.d. Plugins defined here will be loaded by AMB.
sink plugins. depricated. Use plugin configuration segments placed in Plugins defined here will be loaded by AMB.
| readonly attribute Plugin [] Config::sources |
source plugins. depricated. Use plugin configuration segments placed in /etc/ambd/plugins.d. Plugins defined here will be loaded by AMB.
source plugins. depricated. Use plugin configuration segments placed in Plugins defined here will be loaded by AMB.
1.8.2