OpenRTM-aist-Python 2.0.0
Functions
C:/docs/OpenRTM-aist-Python/OpenRTM_aist/Process.py File Reference

Process handling functions. More...

Functions

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

def OpenRTM_aist.Process.fork ( )

fork process

int fork()

◆ launch_shell()

def OpenRTM_aist.Process.launch_shell (   command)

Launching a process

int launch_shell(std::string command)

◆ popen()

def OpenRTM_aist.Process.popen (   command)

fork process

string popen(string command)