automotive-message-broker  0.14.803
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Attributes | List of all members
Config Interface Reference

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.
 

Detailed Description

Config object is the root JSON object in the config.

Member Data Documentation

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.


The documentation for this interface was generated from the following files: