ADTF  3.18.2
outpin_intf.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include "pin_intf.h"
9 
10 namespace adtf
11 {
12 namespace streaming
13 {
14 namespace ant
15 {
19  class IOutPin : public IPin
20  {
21  public:
23  ADTF_IID(IOutPin, "outpin.ant.streaming.adtf");
24  };
25 
26 } //namespace ant
27 
29 using ant::IOutPin;
30 
31 } //namespace streaming
32 } //namespace adtf
Type Interface for an OutPin of the IDataBinding.
Definition: outpin_intf.h:20
ADTF_IID(IOutPin, "outpin.ant.streaming.adtf")
definiton of interface id
Pin Interface for the IDataBinding.
Definition: pin_intf.h:25
Namespace for entire ADTF SDK.
Copyright © Audi Electronics Venture GmbH.