|
def | __init__ (self, name, command, args=[], logfile=None, events=[], actions=[]) |
|
def | action_run (self) |
|
def | action_stop (self) |
|
def | spin_once (self) |
|
Public Member Functions inherited from mavros.event_launcher.EventHandler |
def | __call__ (self, event) |
|
def | __init__ (self, name, events=[], actions=[]) |
|
def | __str__ (self) |
|
def | spin_once (self) |
|
Simple program runner
Definition at line 62 of file event_launcher.py.
def mavros.event_launcher.ShellHandler.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
command, |
|
|
|
args = [] , |
|
|
|
logfile = None , |
|
|
|
events = [] , |
|
|
|
actions = [] |
|
) |
| |
def mavros.event_launcher.ShellHandler.action_run |
( |
|
self | ) |
|
def mavros.event_launcher.ShellHandler.action_stop |
( |
|
self | ) |
|
def mavros.event_launcher.ShellHandler.spin_once |
( |
|
self | ) |
|
list mavros.event_launcher.ShellHandler.__slots__ |
|
staticprivate |
Initial value: 2 'process',
'command',
'args',
'logfile',
Definition at line 71 of file event_launcher.py.
mavros.event_launcher.ShellHandler.args |
mavros.event_launcher.ShellHandler.command |
mavros.event_launcher.ShellHandler.logfile |
mavros.event_launcher.ShellHandler.process |
The documentation for this class was generated from the following file: