ADTF
|
The IApplication interface wraps a generic processing loop. More...
Public Member Functions | |
ADTF_IID (IApplication, "application.quiet.services.adtf.iid") | |
definition of iid | |
virtual void | ProcessEvents (adtf::base::flash::tNanoSeconds tmMaxTime)=0 |
Process events for the given maximum amount of time. More... | |
![]() | |
ADTF_IID (IApplication, "application.ant.services.adtf.iid") | |
definition of iid | |
virtual tResult | Exec ()=0 |
Application main function. More... | |
virtual tResult | Exit (tResult oExitResult=ERR_NOERROR)=0 |
Stops the application. More... | |
virtual tResult | EnqueueJob (const ucom::ant::iobject_ptr< IJob > &oJob, bool bWait)=0 |
Queues the job to the the applications queue processing. More... | |
![]() | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Additional Inherited Members | |
![]() | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
The IApplication interface wraps a generic processing loop.
Definition at line 85 of file application_intf.h.
|
pure virtual |
Process events for the given maximum amount of time.
[in] | tmMaxTime | The maximum amount of time to process events for. |