automotive-message-broker
0.14.803
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
ambd-configuration.idl
Go to the documentation of this file.
1
18
interface
Config
{
19
24
readonly attribute DOMString
plugins
;
25
30
readonly attribute DOMString
mainloop
;
31
37
readonly attribute
Plugin
[]
sources
;
38
44
readonly attribute
Plugin
[]
sinks
;
45
46
}
47
52
interface
Plugin
{
53
57
readonly attribute DOMString
name
;
58
62
readonly attribute DOMString
path
;
63
}
64
78
interface
PluginSegment
:
Plugin
{
79
83
readonly attribute
boolean
?
enabled
;
84
}
Generated by
1.8.2