Public Member Functions | |
def | __init__ |
def | action_run |
def | action_stop |
def | spin_once |
Public Attributes | |
args | |
command | |
logfile | |
process | |
Static Private Attributes | |
list | __slots__ |
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 = [] |
|||
) |
Definition at line 75 of file event_launcher.py.
def mavros.event_launcher.ShellHandler.action_run | ( | self | ) |
Definition at line 82 of file event_launcher.py.
def mavros.event_launcher.ShellHandler.action_stop | ( | self | ) |
Definition at line 111 of file event_launcher.py.
def mavros.event_launcher.ShellHandler.spin_once | ( | self | ) |
Reimplemented from mavros.event_launcher.EventHandler.
Definition at line 153 of file event_launcher.py.
list mavros::event_launcher.ShellHandler::__slots__ [static, private] |
[ 'process', 'command', 'args', 'logfile', ]
Reimplemented from mavros.event_launcher.EventHandler.
Definition at line 71 of file event_launcher.py.
Definition at line 75 of file event_launcher.py.
Definition at line 75 of file event_launcher.py.
Definition at line 75 of file event_launcher.py.
Definition at line 75 of file event_launcher.py.