Fake ProcessMonitor object. More...
Public Member Functions | |
def | __init__ |
def | add_process_listener |
def | do_main_thread_jobs |
def | get_active_names |
def | get_process |
def | get_process_names_with_spawn_count |
def | has_main_thread_jobs |
def | has_process |
def | isAlive |
def | join |
def | kill_process |
def | mainthread_spin |
def | mainthread_spin_once |
def | register |
def | register_core_proc |
def | registrations_complete |
def | run |
def | shutdown |
def | unregister |
Public Attributes | |
alive | |
core_procs | |
is_shutdown | |
listeners | |
procs |
Fake ProcessMonitor object.
Definition at line 54 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::__init__ | ( | self | ) |
Definition at line 55 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::add_process_listener | ( | self, | ||
l | ||||
) |
Definition at line 68 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::do_main_thread_jobs | ( | self | ) |
Definition at line 92 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::get_active_names | ( | self | ) |
Definition at line 101 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::get_process | ( | self, | ||
name | ||||
) |
Definition at line 86 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::get_process_names_with_spawn_count | ( | self | ) |
Definition at line 104 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::has_main_thread_jobs | ( | self | ) |
Definition at line 89 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::has_process | ( | self, | ||
name | ||||
) |
Definition at line 83 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::isAlive | ( | self | ) |
Definition at line 62 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::join | ( | self, | ||
args | ||||
) |
Definition at line 65 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::kill_process | ( | self, | ||
name | ||||
) |
Definition at line 95 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::mainthread_spin | ( | self | ) |
Definition at line 112 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::mainthread_spin_once | ( | self | ) |
Definition at line 109 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::register | ( | self, | ||
p | ||||
) |
Definition at line 71 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::register_core_proc | ( | self, | ||
p | ||||
) |
Definition at line 74 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::registrations_complete | ( | self | ) |
Definition at line 77 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::run | ( | self | ) |
Definition at line 115 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::shutdown | ( | self | ) |
Definition at line 98 of file test_roslaunch_pmon.py.
def test_roslaunch_pmon::ProcessMonitorMock::unregister | ( | self, | ||
p | ||||
) |
Definition at line 80 of file test_roslaunch_pmon.py.
Definition at line 59 of file test_roslaunch_pmon.py.
Definition at line 56 of file test_roslaunch_pmon.py.
Definition at line 60 of file test_roslaunch_pmon.py.
Definition at line 58 of file test_roslaunch_pmon.py.
Definition at line 57 of file test_roslaunch_pmon.py.