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

\brief Process handling functions [詳解]

関数

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

詳解

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

fork ( )

プロセスを複製する

int fork()

◆ launch_shell()

launch_shell ( command)

プロセスを起動する

int launch_shell(std::string command)

◆ popen()

popen ( command)

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

string popen(string command)