ADTF
|
Interface for a signal. More...
Public Member Functions | |
ADTF_IID (ISignal, "signal.ant.kernel.services.adtf.iid") | |
virtual int32_t | GetClass () const =0 |
virtual int32_t | GetCode () const =0 |
Public Member Functions inherited from IObject | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Protected Member Functions | |
~ISignal ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Protected Member Functions inherited from IObject | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Interface for a signal.
Signal implementations implement additional interfaces if the need to deliver additional information.
Definition at line 208 of file kernel_intf.h.
|
pure virtual |
|
pure virtual |