ADTF  3.18.2
sampleoutstream_intf.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

class  ISampleOutStream
 The ISampleOutStream interface is return by the ISampleStream::Open call which allows to write into a corresponding writers queue of the opened ISampleStream instance. More...
 

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::streaming
 Namespace for the ADTF Streaming SDK.
 
 adtf::streaming::ant
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
 

Functions

ISampleOutStream & operator<< (ISampleOutStream &oStreamWriter, const adtf::ucom::ant::iobject_ptr< const ISample > &pSample)
 Streaming Operator<< to write a sample to a writers queue of the ISampleStream. More...
 
ISampleOutStream & operator<< (ISampleOutStream &oStreamWriter, const adtf::ucom::ant::iobject_ptr< const IStreamType > &pStreamType)
 Streaming Operator<< to write a stream type to a writers queue of the ISampleStream. More...
 
ISampleOutStream & operator<< (ISampleOutStream &oStreamWriter, const adtf::ucom::ant::iobject_ptr< IStreamType > &pStreamType)
 Streaming Operator<< to write an stream type to a writers queue of the ISampleStream. More...
 
ISampleOutStream & operator<< (ISampleOutStream &oStreamWriter, ISampleOutStream &(*pStreamfunc)(ISampleOutStream &))
 Streaming Operator<< to call a certain streaming function (manipulator), use i.e. More...
 
ISampleOutStream & operator<< (ISampleOutStream &oStreamWriter, const tResult &oErr)
 Streaming Operator<< to write an Error to the ISampleStream. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file sampleoutstream_intf.h.