|
| 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() |
| CTOR.
|
|
| ~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) |
| Creates an internal trigger pipe for the given pin. More...
|
|
tResult | ConfigureDataOutTrigger (const char *strRunnerName, const char *strPinName) |
| Creates an internal trigger pipe for the given pin. More...
|
|
tResult | ConfigureTimerTrigger (const char *strRunnerName, tTimeStamp tmPeriod) |
| Creates an internal a internal trigger configuration for a timing trigger. More...
|
|
tResult | ConfigureThreadTrigger (const char *strRunnerName, bool bCallCyclic) |
| Creates an internal a internal thread configuration for a timing trigger. More...
|
|
tResult | GetProperties (ucom::ant::iobject_ptr< const base::ant::IProperties > &pProperties) const override |
| Gets the properties with read access. More...
|
|
tResult | GetProperties (ucom::ant::iobject_ptr< base::ant::IProperties > &pProperties) override |
| Gets the properties with read access. More...
|
|
tResult | AttachConfiguration (const char *strName, base::ant::IConfiguration &oAttachedConfiguration) override |
| Attaches the given configuration and its properties as property tree item of this. More...
|
|
tResult | DetachConfiguration (const char *strName) override |
| Detaches a configuration with the specified name. 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 |
| Destruct and deallocate instantiations of type IObject . More...
|
|
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| Marks the IObject to be castable with the ucom_cast() More...
|
|
template<typename TriggerFunctionImpl, typename InPinListOfTriggers>
class adtf::filter::ant::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 Legacy 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). |
Definition at line 30 of file data_triggered_filter.h.