Classes. More...

Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | shutdown |
Public Attributes | |
| name | |
| process | |
| running | |
Static Private Attributes | |
| list | __slots__ |
| def rocon_remocon.launch.LaunchInfo.__init__ | ( | self, | |
| name, | |||
| running, | |||
| process | |||
| ) |
| def rocon_remocon.launch.LaunchInfo.__str__ | ( | self | ) |
| def rocon_remocon.launch.LaunchInfo.shutdown | ( | self | ) |
Shutdown the process, if there is a process. Note that the internal process variable can be None signifying that this is a dummy interaction for use with pairing mode.
Reimplemented in rocon_remocon.launch.RosLaunchInfo.
list rocon_remocon::launch.LaunchInfo::__slots__ [static, private] |
[
'name', # unique name for this launch
'running', # running or not
'process', # the actual process handle (e.g. subprocess return)
]
Reimplemented in rocon_remocon.launch.RosLaunchInfo.