|
ADTF
|
#include <application_intf.h>
Inherits adtf::services::ant::IApplication.
Public Member Functions | |
| ADTF_IID (IApplication, "application.quiet.services.adtf.iid") | |
| definition of iid | |
| virtual void | ProcessEvents (adtf::base::flash::tNanoSeconds tmMaxTime)=0 |
Public Member Functions inherited from adtf::services::ant::IApplication | |
| ADTF_IID (IApplication, "application.ant.services.adtf.iid") | |
| definition of iid | |
| virtual tResult | Exec ()=0 |
| virtual tResult | Exit (tResult oExitResult=ERR_NOERROR)=0 |
| virtual tResult | EnqueueJob (const ucom::ant::iobject_ptr< IJob > &oJob, bool bWait)=0 |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Additional Inherited Members | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
The IApplication interface wraps a generic processing loop.
|
pure virtual |
Process events for the given maximum amount of time.
| [in] | tmMaxTime | The maximum amount of time to process events for. |