|
| | ADTF3_DEPRECATED ("Class 'thread_triggered_filter' is deprecated, as well as macro 'ADTF_THREAD_TRIGGERED_FILTER'." "Use class 'filter_with_trigger_function' or macros 'ADTF_TRIGGER_FUNCTION_FILTER' / 'ADTF_TRIGGER_FUNCTION_FILTER_PLUGIN' instead.") thread_triggered_filter() |
| |
|
| ~thread_triggered_filter () |
| | DTOR.
|
| |
|
tResult | RegisterRunner (const char *strName, adtf::base::ant::IRunnable &oRunnable) override |
| |
| tResult | ConfigureDataInTrigger (const char *strRunnerName, const char *strPinName) |
| |
| tResult | ConfigureDataOutTrigger (const char *strRunnerName, const char *strPinName) |
| |
| tResult | ConfigureTimerTrigger (const char *strRunnerName, tTimeStamp tmPeriod) |
| |
| tResult | ConfigureThreadTrigger (const char *strRunnerName, bool bCallCyclic) |
| |
| tResult | GetProperties (ucom::ant::iobject_ptr< const base::ant::IProperties > &pProperties) const override |
| |
| tResult | GetProperties (ucom::ant::iobject_ptr< base::ant::IProperties > &pProperties) override |
| |
| tResult | AttachConfiguration (const char *strName, base::ant::IConfiguration &oAttachedConfiguration) override |
| |
| tResult | DetachConfiguration (const char *strName) 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.
|
| |
| 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.
|
| |
| 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") |
| |
template<typename TriggerFunctionImpl, bool CYCLIC_THREAD = true>
class adtf::filter::thread_triggered_filter< TriggerFunctionImpl, CYCLIC_THREAD >
- Deprecated
- Use class adtf::filter::devil::filter_with_trigger_function instead.
Generate a filter body for a filter which create one runner that calls the Trigger Function given in parameter TriggerFunctionImpl. The default description wants a Thread Runner to create as Active Runner.
- Template Parameters
-
| TriggerFunctionImpl | decltype of the Trigger Function implementation. |
| CYCLIC_THREAD | true or false to create the default Thread Runner behaviour. |