|
automotive-message-broker
0.14.803
|
This document describes the ambd (AMB daemon) configuration. This file is typically located as "/etc/ambd/config". Plugin segments are supported as of 0.14 and should be installed in "/etc/ambd/plugins.d". More...
Go to the source code of this file.
Classes | |
| interface | Config |
| Config object is the root JSON object in the config. More... | |
| interface | Plugin |
| the Plugin interface describes the configuration for a plugin. This interface may be extended with plugin specific options. See the specific plugin's documentation for information on extended attributes. More... | |
| interface | PluginSegment |
| PluginSegment root object for plugin segments. PluginSegment inherits the attributes from Plugin and adds the "enabled" attribute. Only plugins that have 'enabled' : true will be loaded by the AMB daemon. PluginSements are usually installed in /etc/ambd/plugins.d. The following is a basic example of a plugin segment configuration: More... | |
This document describes the ambd (AMB daemon) configuration. This file is typically located as "/etc/ambd/config". Plugin segments are supported as of 0.14 and should be installed in "/etc/ambd/plugins.d".
This document describes the ambd (AMB daemon) configuration. This file is typically located as "/etc/ambd/config". Plugin segments are supported as of 0.14 and should be installed in "@PLUGIN_SEGMENT_INSTALL_PATH@".
1.8.2