Part of elisa.core.components.input_provider View In Hierarchy
Known subclasses: elisa.core.components.input_provider.PollInputProvider, elisa.core.components.input_provider.PushInputProvider
PollInputProvider
or PushInputProvider
classes.Line # | Kind | Name | Docs |
---|---|---|---|
33 | Method | create_input_event | Translate external input data to an InputEvent object, |
Inherited from Component:
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
130 | Method | initialize | Initialize the component. |
142 | Method | clean | Clean the component. |
Inherited from Loggable (via Component):
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
Parameters | data | the data to translate, can be of any type |
Returns | elisa.core.input_event.InputEvent
|