|
OpenRTM-aist-Python 2.0.2
|
Process handling functions [詳解]
関数 | |
| OpenRTM_aist.Process.launch_shell (command) | |
| OpenRTM_aist.Process.fork () | |
| 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.
| OpenRTM_aist.Process.fork | ( | ) |
プロセスを複製する
int fork()
| OpenRTM_aist.Process.launch_shell | ( | command | ) |
プロセスを起動する
int launch_shell(std.string command)
| OpenRTM_aist.Process.popen | ( | command | ) |
プロセスを起動し出力を取得する
string popen(string command)