OpenRTM-aist-Python 2.0.2
Process.py File Reference

Process handling functions. More...

Functions

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

Detailed Description

Process handling functions.

Author
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.

Function Documentation

◆ fork()

OpenRTM_aist.Process.fork ( )

fork process

int fork()

◆ launch_shell()

OpenRTM_aist.Process.launch_shell ( command)

Launching a process

int launch_shell(std.string command)

◆ popen()

OpenRTM_aist.Process.popen ( command)

fork process

string popen(string command)