ace/coil/Signal.h
Go to the documentation of this file.
1 // -*- C++ -*-
20 #ifndef COIL_SIGNAL_H
21 #define COIL_SIGNAL_H
22 #if defined (WIN32)
23 #pragma warning( disable : 4244 )
24 #pragma warning( disable : 4312 )
25 #endif
26 #include <ace/Signal.h>
27 #if defined (WIN32)
28 #pragma warning( default : 4244 )
29 #pragma warning( default : 4312 )
30 #endif
31 
32 namespace coil
33 {
34  typedef ACE_Sig_Action SignalAction;
35  typedef void (*SignalHandler)(int);
36 };
37 #endif // COIL_SIGNAL_H
void(* SignalHandler)(int)
ACE_Sig_Action SignalAction
Common Object Interface Layer.


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:07:56