framework/c/inc/le_signals.h
Go to the documentation of this file.
00001 
00130 //--------------------------------------------------------------------------------------------------
00138 #ifndef LEGATO_SIGNALS_INCLUDE_GUARD
00139 #define LEGATO_SIGNALS_INCLUDE_GUARD
00140 
00141 
00142 //--------------------------------------------------------------------------------------------------
00146 //--------------------------------------------------------------------------------------------------
00147 typedef void (*le_sig_EventHandlerFunc_t)
00148 (
00149     int sigNum      
00150 );
00151 
00152 
00153 //--------------------------------------------------------------------------------------------------
00164 //--------------------------------------------------------------------------------------------------
00165 void le_sig_SetEventHandler
00166 (
00167     int sigNum,                                 
00168 
00169     le_sig_EventHandlerFunc_t sigEventHandler   
00170 
00171 );
00172 
00173 
00174 //--------------------------------------------------------------------------------------------------
00179 //--------------------------------------------------------------------------------------------------
00180 void le_sig_DeleteAll
00181 (
00182     void
00183 );
00184 
00185 
00186 #endif // LEGATO_SIGNALS_INCLUDE_GUARD
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines