OpenRTM-aist-Python 2.0.2
Process.py ファイル

Process handling functions [詳解]

関数

 OpenRTM_aist.Process.launch_shell (command)
 
 OpenRTM_aist.Process.fork ()
 
 OpenRTM_aist.Process.popen (command)
 

詳解

Process handling functions

著者
Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp and Shinji Kurihara

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()

OpenRTM_aist.Process.fork ( )

プロセスを複製する

int fork()

◆ launch_shell()

OpenRTM_aist.Process.launch_shell ( command)

プロセスを起動する

int launch_shell(std.string command)

◆ popen()

OpenRTM_aist.Process.popen ( command)

プロセスを起動し出力を取得する

string popen(string command)