ADTF  3.18.2
IApplicationabstract

The IApplication interface wraps a generic processing loop. More...

Inheritance diagram for IApplication:
[legend]

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...
 
- Public Member Functions inherited from IApplication
 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...
 
- 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...
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

The IApplication interface wraps a generic processing loop.

Definition at line 85 of file application_intf.h.

Member Function Documentation

◆ ProcessEvents()

virtual void ProcessEvents ( adtf::base::flash::tNanoSeconds  tmMaxTime)
pure virtual

Process events for the given maximum amount of time.

Parameters
[in]tmMaxTimeThe maximum amount of time to process events for.