ADTF  3.18.2
IKernel::ISignalHandlerabstract

Interface for signal handlers. More...

Public Member Functions

virtual tResult HandleKernelSignal (const adtf::ucom::iobject_ptr< ISignal > &pSignal)=0
 Called when a signal is transmitted. More...
 

Protected Member Functions

 ~ISignalHandler ()=default
 Protected destructor.
 

Detailed Description

Interface for signal handlers.

Definition at line 232 of file kernel_intf.h.

Member Function Documentation

◆ HandleKernelSignal()

virtual tResult HandleKernelSignal ( const adtf::ucom::iobject_ptr< ISignal > &  pSignal)
pure virtual

Called when a signal is transmitted.

Parameters
[in]pSignalThe signal instance.
Returns
ERR_CANCELED The stop processing this signal (no other signal handlers will be called after this one).