automotive-message-broker  0.14.803
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes
ambd-configuration.idl File Reference

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...
 

Detailed Description

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@".

Example bluemonkey script

{
"plugins" : "/etc/ambd/plugins.d",
"sources" : [ ],
"sinks": [ ]
}

Example bluemonkey script

{
"plugins" : "@PLUGIN_SEGMENT_INSTALL_PATH@",
"sources" : [ ],
"sinks": [ ]
}