|
ADTF
|
#include <kernel_intf.h>
Public Member Functions | |
| virtual tResult | HandleKernelSignal (const adtf::ucom::iobject_ptr< ISignal > &pSignal)=0 |
Protected Member Functions | |
| ~ISignalHandler ()=default | |
| Protected destructor. | |
Interface for signal handlers.
|
pure virtual |
Called when a signal is transmitted.
| [in] | pSignal | The signal instance. |
| ERR_NOERROR | Resume processing of other handlers. |
| ERR_CANCELED | Stop processing this signal (no other signal handlers will be called after this one). |
| other | Undefined behavior. |