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

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

import "ambd-configuration.idl";

Inheritance diagram for Plugin:
PluginSegment PluginSegment

Public Attributes

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)
 

Detailed Description

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.

Member Data Documentation

readonly attribute DOMString Plugin::path

path to the plugins .so file (ie /usr/lib/automotive-message-broker/examplesourceplugin.so)

path to the plugins .so file (ie @/examplesourceplugin.so)


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