OpenRTM-aist-Python 2.1.0
Process.py File Reference

\brief Process handling functions More...

Functions

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

Detailed Description

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

fork ( )

fork process

int fork()

◆ launch_shell()

launch_shell ( command)

Launching a process

int launch_shell(std::string command)

◆ popen()

popen ( command)

fork process

string popen(string command)