|
| | ADTF3_DEPRECATED ("Class 'data_triggered_filter' is deprecated, as well as macro 'ADTF_DATA_TRIGGERED_FILTER'." "Use class filter_with_trigger_function or macros 'ADTF_TRIGGER_FUNCTION_FILTER' / 'ADTF_TRIGGER_FUNCTION_FILTER_PLUGIN' instead.") data_triggered_filter() |
| |
|
| ~data_triggered_filter () |
| | DTOR.
|
| |
| tResult | CreateDefaultTrigger (const char *strFunctionName) override |
| |
|
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, typename InPinListOfTriggers>
class adtf::filter::data_triggered_filter< TriggerFunctionImpl, InPinListOfTriggers >
- Deprecated
- Use class adtf::filter::devil::filter_with_trigger_function instead.
The Data trigger filter template will create a filter implementation for on triggerfunction. You do not need to implement the filter by itself, but only a trigger function.
- Template Parameters
-
| TriggerFunctionImpl | Type of the trigger function implemented. |
| InPinListOfTriggers | Type of a list of pins a data trigger is forwarded to the Process Method of given TriggerFunctionImpl (see ADTF_DATA_TRIGGERED_PIN_LIST). |