|
|
| cConfigurableRunner (const char *strName, util::log::ILogChannel *pLogChannel) |
| |
|
| cConfigurableRunner (const char *strName, util::log::ILogChannel *pLogChannel, adtf::base::ant::IRunnable &oRunnable) |
| |
|
| cConfigurableRunner (const char *strName, util::log::ILogChannel *pLogChannel, adtf::base::flash::IRunnable &oRunnable) |
| |
|
template<typename CALLABLE> |
| | cConfigurableRunner (const char *strName, util::log::ILogChannel *pLogChannel, CALLABLE &&oCallable) |
| |
|
const base::ant::IConfiguration & | GetConfiguration (tKindOfConfiguration eKind) const override |
| |
|
base::ant::IConfiguration & | GetConfiguration (tKindOfConfiguration eKind) override |
| |
|
tResult | AppendDataIn (const char *strInPin) override |
| |
|
tResult | AppendDataOut (const char *strOutPin) override |
| |
|
tResult | AddTimerConfig (tTimeStamp tmDefaultPeriod) override |
| |
|
tResult | AddThreadConfig (bool bCyclic) override |
| |
|
tResult | Run (tTimeStamp tmTimeofActivation, base::ant::IRunnable::tActivationType ui32ActivationType, const void *pvUserData, size_t nUserDataSize) override |
| |
|
tResult | Run (base::flash::tNanoSeconds tmTimeofActivation, base::ant::IRunnable::tActivationType ui32ActivationType, const void *pvUserData, size_t nUserDataSize) override |
| |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| | Query interfaces on an object.
|
| |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| | Provides const correct interface querying.
|
| |
| void | Destroy () const override |
| | Switch from non-virtual destructor to virtual destructor.
|
| |
| | ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| |