ADTF
|
Namespace for all functionality of the ADTF Filter SDK provided since v3.7. More...
Classes | |
class | cFilter |
Base class for ADTF filters. More... | |
class | cGraphObject |
Base class for adtf::filter::flash::cFilter, adtf::filter::flash::cSampleStreamingSource and adtf::filter::flash::cSampleStreamingSink. More... | |
class | cSampleStreamingSink |
Base class for ADTF sample streaming sinks. More... | |
class | cSampleStreamingSource |
Base class for ADTF sample streaming sources. More... | |
class | cFilterWithTriggerFunction |
class | cSubStreamTypes |
Helper class to create a stream type with multiple Substreams. More... | |
class | cTriggerFunction |
Typedefs | |
using | cDynamicFilter = cFilter |
template<typename TriggerFunctionImpl , typename FilterClass = cFilterWithTriggerFunction> | |
using | filter_with_trigger_function = flash::filter_with_trigger_function< TriggerFunctionImpl, cFilterWithTriggerFunction > |
Functions | |
std::function< tResult(cFilterWithTriggerFunction &)> | pin_trigger (std::vector< util::cString > oTriggerPins) |
std::function< tResult(cFilterWithTriggerFunction &)> | thread_trigger (bool bCyclic) |
std::function< tResult(cFilterWithTriggerFunction &)> | timer_trigger (tTimeStamp tmDefaultInterval) |
Namespace for all functionality of the ADTF Filter SDK provided since v3.7.