ADTF
|
Default and simple Runner implementation. More...
Public Member Functions | |
cRunner () | |
CTOR. | |
~cRunner () override | |
DTOR. | |
cRunner (const char *strName) | |
CTOR to set a name. More... | |
cRunner (const char *strName, base::flash::IRunnable &oRunnable) | |
CTOR to set a name and initialize with a Runnable instance immediatelly. More... | |
cRunner (const char *strName, base::ant::IRunnable &oRunnable) | |
CTOR to set a name and initialize with a Runnable instance immediatelly. More... | |
cRunner (const char *strName, base::flash::IRunnable::tRunFunction oRunFunc) | |
CTOR to set a name and initialize with a Runnable instance immediatelly. More... | |
cRunner (const char *strName, base::ant::IRunnable::tRunFunction oRunFunc) | |
CTOR to set a name and initialize with a Runnable instance immediatelly. More... | |
![]() | |
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
Query interfaces on an object. More... | |
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
Provides const correct interface querying. More... | |
void | Destroy () const override |
Switch from non-virtual destructor to virtual destructor. | |
![]() | |
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 --> Only the final implementation can be destroyed! | |
Default and simple Runner implementation.
Definition at line 215 of file streaming3/include/adtfstreaming3/runner.h.
cRunner | ( | const char * | strName | ) |
CTOR to set a name.
strName | name for the graph object |
cRunner | ( | const char * | strName, |
base::flash::IRunnable & | oRunnable | ||
) |
CTOR to set a name and initialize with a Runnable instance immediatelly.
strName | name for the graph object |
oRunnable | reference to the runnable which will be called by the runner. |
cRunner | ( | const char * | strName, |
base::ant::IRunnable & | oRunnable | ||
) |
CTOR to set a name and initialize with a Runnable instance immediatelly.
strName | name for the graph object |
oRunnable | reference to the runnable which will be called by the runner. |
cRunner | ( | const char * | strName, |
base::flash::IRunnable::tRunFunction | oRunFunc | ||
) |
CTOR to set a name and initialize with a Runnable instance immediatelly.
strName | name for the graph object |
oRunFunc | reference to a function which will be called by the runner. |
cRunner | ( | const char * | strName, |
base::ant::IRunnable::tRunFunction | oRunFunc | ||
) |
CTOR to set a name and initialize with a Runnable instance immediatelly.
strName | name for the graph object |
oRunFunc | reference to a function which will be called by the runner. |