Public Member Functions | |
def | __call__ |
def | __init__ |
def | __str__ |
def | spin_once |
Public Attributes | |
actions | |
events | |
lock | |
name | |
Static Private Attributes | |
list | __slots__ |
Base class for event handlers
Definition at line 27 of file event_launcher.py.
def mavros.event_launcher.EventHandler.__init__ | ( | self, | |
name, | |||
events = [] , |
|||
actions = [] |
|||
) |
Definition at line 36 of file event_launcher.py.
def mavros.event_launcher.EventHandler.__call__ | ( | self, | |
event | |||
) |
Definition at line 45 of file event_launcher.py.
def mavros.event_launcher.EventHandler.__str__ | ( | self | ) |
Definition at line 42 of file event_launcher.py.
def mavros.event_launcher.EventHandler.spin_once | ( | self | ) |
Reimplemented in mavros.event_launcher.ShellHandler.
Definition at line 58 of file event_launcher.py.
list mavros::event_launcher.EventHandler::__slots__ [static, private] |
[ 'name', 'events', 'actions', 'lock', ]
Reimplemented in mavros.event_launcher.ShellHandler.
Definition at line 32 of file event_launcher.py.
Definition at line 36 of file event_launcher.py.
Definition at line 36 of file event_launcher.py.
Definition at line 36 of file event_launcher.py.
Definition at line 36 of file event_launcher.py.