| 
    OpenRTM-aist-Python 2.0.0
    
   | 
 
Process handling functions. More...
Functions | |
| def | OpenRTM_aist.Process.launch_shell (command) | 
| def | OpenRTM_aist.Process.fork () | 
| def | OpenRTM_aist.Process.popen (command) | 
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.
| def OpenRTM_aist.Process.fork | ( | ) | 
fork process
int fork()
| def OpenRTM_aist.Process.launch_shell | ( | command | ) | 
Launching a process
int launch_shell(std::string command)
| def OpenRTM_aist.Process.popen | ( | command | ) | 
fork process
string popen(string command)