OpenRTM-aist-Python 2.0.0
関数
C:/docs/OpenRTM-aist-Python/OpenRTM_aist/Process.py ファイル

Process handling functions [詳解]

関数

def OpenRTM_aist.Process.launch_shell (command)
 
def OpenRTM_aist.Process.fork ()
 
def 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()

def OpenRTM_aist.Process.fork ( )

プロセスを複製する

int fork()

◆ launch_shell()

def OpenRTM_aist.Process.launch_shell (   command)

プロセスを起動する

int launch_shell(std::string command)

◆ popen()

def OpenRTM_aist.Process.popen (   command)

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

string popen(string command)