Public Member Functions | Public Attributes | Private Attributes | Static Private Attributes
rocon_remocon.launch.RosLaunchInfo Class Reference
Inheritance diagram for rocon_remocon.launch.RosLaunchInfo:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def shutdown

Public Attributes

 temporary_files

Private Attributes

 _terminal_shutdown_hook

Static Private Attributes

list __slots__

Detailed Description

Definition at line 56 of file launch.py.


Constructor & Destructor Documentation

def rocon_remocon.launch.RosLaunchInfo.__init__ (   self,
  name,
  running,
  process,
  terminal_shutdown_hook,
  temporary_files = [] 
)
:param str name:
:param bool running:
:param rocon_python_utils.system.Popen process:
:param func terminal_shutdown_hook: function to call on shutdown to kill the roslaunched terminal window
:param tempfile.NamedTemporaryFile[] temporary_files: files that need to be unlinked later.

Definition at line 62 of file launch.py.


Member Function Documentation

  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 from rocon_remocon.launch.LaunchInfo.

Definition at line 75 of file launch.py.


Member Data Documentation

Initial value:
[
        'temporary_files',          # list of temporary files that need to be unlinked
        '_terminal_shutdown_hook',  # handle to a rocon_launch.terminals.Terminal class' shutdown method
    ]

Reimplemented from rocon_remocon.launch.LaunchInfo.

Definition at line 57 of file launch.py.

Definition at line 68 of file launch.py.

Definition at line 68 of file launch.py.


The documentation for this class was generated from the following file:


rocon_remocon
Author(s): Daniel Stonier, Donguk Lee
autogenerated on Fri Feb 12 2016 02:50:18