|
automotive-message-broker
0.14.803
|
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...
import "ambd-configuration.idl";
Public Attributes | |
| readonly attribute boolean | enabled |
| enabled - returns true if the plugin is enabled or not. | |
Public Attributes inherited from Plugin | |
| readonly attribute DOMString | name |
| name of plugin (ie 'ExamplePlugin') | |
| readonly attribute DOMString | path |
| path to the plugins .so file (ie /usr/lib/automotive-message-broker/examplesourceplugin.so) | |
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:
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 The following is a basic example of a plugin segment configuration:
1.8.2