ADTF
|
Public Types | |
enum | tCode : uint8_t { PreFileClosed = 1 , PostFileClosed = 2 , PostFileDiscarded = 3 , InternalOffset = 100 } |
Public Member Functions | |
ADTF_IID (IRecordingSignal, "recording_signal.ant.system.adtf.iid") | |
definiton of interface id | |
virtual tResult | GetObject (ucom::ant::iobject_ptr< ucom::ant::IObject > &pObject)=0 |
virtual tResult | GetFileName (base::ant::IString &&strFileName) const =0 |
Public Member Functions inherited from IKernel::ISignal | |
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... | |
Static Public Attributes | |
static constexpr int32_t | Class = 0x01 |
Additional Inherited Members | |
Protected Member Functions inherited from IKernel::ISignal | |
~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! | |
Definition at line 19 of file recording_signal.h.