ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
runtime_behaviour_intf.h
Go to the documentation of this file.
1
7#pragma once
8#include "runner_intf.h"
10
11namespace adtf
12{
13namespace streaming
14{
15namespace ant
16{
22 {
23 protected:
25 ~IRuntimeBehaviour() = default;
26 public:
28 ADTF_IID(IRuntimeBehaviour, "runtime_behaviour.ant.streaming.adtf.iid");
29
30 public:
32 template <typename T>
33 using iobject_ptr = adtf::ucom::ant::iobject_ptr < T >;
35 template <typename T>
37
38 public:
47 virtual tResult GetRunners(iobject_list<IRunner>& lstRunners) const = 0;
48
61 virtual tResult FindRunner(const char* strName, iobject_ptr<adtf::ucom::ant::IObject>& pRunner) const = 0;
62
63
72 virtual tResult GetInnerPipes(iobject_list<ITriggerPipe>& lstInnerTriggerPipes) const= 0;
73
74 };
75
76
77} //namespace ant
80
81} //namespace streaming
82} // namespace adtf
Copyright © Audi Electronics Venture GmbH.
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
The RuntimeBehaviour interface is to clearly define a filters running entry points (IRunner) and thei...
adtf::ucom::ant::iobject_ptr< T > iobject_ptr
used iobject_ptr
virtual tResult GetInnerPipes(iobject_list< ITriggerPipe > &lstInnerTriggerPipes) const =0
Returns the current internal TriggerPipes.
virtual tResult FindRunner(const char *strName, iobject_ptr< adtf::ucom::ant::IObject > &pRunner) const =0
Find a Runner with the name of strName (only const access)
virtual tResult GetRunners(iobject_list< IRunner > &lstRunners) const =0
Returns the current Runners.
ADTF_IID(IRuntimeBehaviour, "runtime_behaviour.ant.streaming.adtf.iid")
defintion of interface id.
adtf::ucom::ant::iobject_list< T > iobject_list
used iobject_list
~IRuntimeBehaviour()=default
not destructable
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
Namespace for the ADTF Streaming SDK.
iobject_enum< T > iobject_list
alias type for iobject_enum.
Namespace for entire ADTF SDK.
Copyright © Audi Electronics Venture GmbH.