OpenRTM
1.0.0
メインページ
ネームスペース
クラス
ファイル
ファイル一覧
ファイルメンバ
tmp
binarydeb
ros-indigo-openrtm-aist-1.1.0
src
lib
coil
include
coil
Signal.h
説明を見る。
1
// -*- C++ -*-
20
#ifndef COIL_SIGNAL_H
21
#define COIL_SIGNAL_H
22
23
#include <signal.h>
24
25
namespace
coil
26
{
27
typedef
void (*
SignalHandler
)(int);
28
42
class
SignalAction
43
{
44
public
:
60
SignalAction
();
61
83
SignalAction
(
SignalHandler
handle,
int
signum);
84
100
~SignalAction
();
101
102
private
:
103
SignalAction
(
const
SignalAction
&);
104
SignalAction
& operator=(
const
SignalAction
&);
105
SignalHandler
m_handle;
106
int
m_signum;
107
sigset_t* m_mask;
108
int
m_flags;
109
110
};
111
};
112
#endif // COIL_SIGNAL_H
OpenRTMに対してSun Mar 12 2017 16:20:42に生成されました。
1.8.4