ADTF  3.18.2
streaming_sink_intf.h
Go to the documentation of this file.
1 
7 #pragma once
9 
10 namespace adtf
11 {
12  namespace streaming
13  {
14  namespace ant
15  {
16 
21  {
22  protected:
24  ~IStreamingSink() = default;
25 
26  public:
28  ADTF_IID(IStreamingSink, "streaming_sink.ant.streaming.adtf.iid");
29  };
30 
37  public IDataBinding,
38  public IDynamicDataBinding
39  {
40  protected:
42  ~ISampleStreamingSink() = default;
43 
44  public:
46  ADTF_IID(ISampleStreamingSink, "sample_streaming_sink.ant.streaming.adtf.iid");
47  };
48 
49  }
50 
51  using ant::IStreamingSink;
53 
54  }
55 }
The IDataBinding interfaces provides methods for retrive information of the Pins published.
This interface extends the IDatabinding Interface to provide dynamic pin creation while connection ar...
~ISampleStreamingSink()=default
protected DTOR
ADTF_IID(ISampleStreamingSink, "sample_streaming_sink.ant.streaming.adtf.iid")
definiton of interface id
Basic sec_streaming_service interface to set the state of an IStreamingService.
The Interface classifies a IStreamingService as Sink.
~IStreamingSink()=default
protected DTOR
ADTF_IID(IStreamingSink, "streaming_sink.ant.streaming.adtf.iid")
definiton of interface id
Namespace for entire ADTF SDK.
Copyright © Audi Electronics Venture GmbH.