|
OpenRTM-aist-Python 2.1.0
|
\brief Process handling functions More...
Functions | |
| OpenRTM_aist.Process.launch_shell (command) | |
| OpenRTM_aist.Process.fork () | |
| OpenRTM_aist.Process.popen (command) | |
\brief Process handling functions
Copyright (C) 2010 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
| fork | ( | ) |
fork process
int fork()
| launch_shell | ( | command | ) |
Launching a process
int launch_shell(std::string command)
| popen | ( | command | ) |
fork process
string popen(string command)