OpenRTM-aist
1.1.2
総合概要
名前空間
クラス
ファイル
ファイル一覧
ファイルメンバ
home
openrtm
RELEASE_1_1_2
OpenRTM-aist
src
lib
coil
include
coil
Process.h
[詳解]
1
// -*- C++ -*-
20
#ifndef COIL_PROCESS_H
21
#define COIL_PROCESS_H
22
23
#include <stdlib.h>
24
#include <unistd.h>
25
#include <libgen.h>
26
#include <
coil/stringutil.h
>
27
28
namespace
coil
29
{
30
57
int
launch_shell
(std::string command);
58
59
int
daemon
(
int
nochdir,
int
noclose);
60
61
};
// namespace coil
62
#endif // COIL_PROCESS_H
coil::launch_shell
int launch_shell(std::string command)
プロセスを起動する
coil::daemon
int daemon(int nochdir, int noclose)
stringutil.h
coil
Common Object Interface Layer.
Definition:
Allocator.h:27
2017年09月21日(木) 04時36分39秒作成 - OpenRTM-aist / 構成:
1.8.8