ADTF  3.18.2
bindingproxyport_intf.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include "streaming_graph_intf.h"
9 #include <adtfucom3/adtf_ucom3.h>
10 
11 namespace adtf
12 {
13 namespace streaming
14 {
15 namespace ant
16 {
17 
24 {
25 public:
27  ADTF_IID(IBindingProxyInPort, "bindingproxy_in_port.catwo.streaming.adtf.iid");
29 };
30 
37 {
38 public:
40  ADTF_IID(IBindingProxyOutPort, "bindingproxy_out_port.catwo.streaming.adtf.iid");
42 };
43 
44 }
45 
46 
49 
50 }
51 
52 }
Copyright © Audi Electronics Venture GmbH.
A Filter Graph will expect any stream from the outside world.
ADTF_IID(IBindingProxyInPort, "bindingproxy_in_port.catwo.streaming.adtf.iid")
definiton of interface id
A Filter Graph will send any stream to the outside world.
ADTF_IID(IBindingProxyOutPort, "bindingproxy_out_port.catwo.streaming.adtf.iid")
definiton of interface id
Streaming In Ports classifies a system border for incoming connections.
Streaming Out Ports classifies a system border for outgoing connections.
Base class for every interface type within the uCOM.
Definition: object_intf.h:31
Namespace for entire ADTF SDK.
Copyright © Audi Electronics Venture GmbH.