ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Namespaces | |
namespace | adtf |
Namespace for entire ADTF SDK. | |
namespace | adtf::streaming |
Namespace for the ADTF Streaming SDK. | |
namespace | adtf::streaming::ant |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0. | |
namespace | adtf::streaming::flash |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.5. | |
Functions | |
template<typename DATA_BINDING_IMPL_TYPE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, cSampleWriter &oWriter, const char *strNameOfWriterAndPin, const ucom::iobject_ptr< const IStreamType > &pStreamType, ucom::iobject_ptr< IOutPin > &pPinCreated) |
Creates a cOutPin and registers it at the given oDataBindingImpl instance. | |
template<typename DATA_BINDING_IMPL_TYPE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, cSampleWriter &oWriter, const char *strNameOfWriterAndPin, const adtf::ucom::iobject_ptr< const IStreamType > &pStreamType) |
Creates a cOutPin and registers it at the given oDataBindingImpl instance. | |
template<typename DATA_BINDING_IMPL_TYPE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, cSampleWriter &oWriter, const char *strNameOfWriterAndPin, const adtf::ucom::iobject_ptr< IStreamType > &pStreamType) |
Creates a cOutPin and registers it at the given oDataBindingImpl instance. | |
template<typename DATA_BINDING_IMPL_TYPE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, cSampleReader &oReader, const char *strNameOfReaderAndPin, const ucom::iobject_ptr< const IStreamType > &pStreamType, ucom::iobject_ptr< IInPin > &pPinCreated) |
Creates a cInPin and registers it at the given oDataBindingImpl instance. | |
template<typename DATA_BINDING_IMPL_TYPE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, cSampleReader &oReader, const char *strNameOfReaderAndPin, const ucom::iobject_ptr< const IStreamType > &pStreamType) |
Creates a cInPin and registers it at the given oDataBindingImpl instance. | |
template<typename DATA_BINDING_IMPL_TYPE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, cSampleReader &oReader, const char *strNameOfReaderAndPin, const adtf::ucom::iobject_ptr< IStreamType > &pStreamType) |
Creates a cInPin and registers it at the given oDataBindingImpl instance. | |
template<typename DATA_BINDING_IMPL_TYPE, typename READER_OR_WRITER, typename PIN_INTERFACE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, READER_OR_WRITER &oStreamer, ucom::ant::iobject_ptr< PIN_INTERFACE > &pCreatedPin) |
template<typename DATA_BINDING_IMPL_TYPE, typename READER_OR_WRITER> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, READER_OR_WRITER &oStreamer) |
template<typename DATA_BINDING_IMPL_TYPE, typename READER_OR_WRITER, typename PIN_INTERFACE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, READER_OR_WRITER &oStreamer, const char *strNameOfReaderAndPin, const ucom::iobject_ptr< const ant::IStreamType > &pStreamType, ucom::ant::iobject_ptr< PIN_INTERFACE > &pCreatedPin) |
template<typename DATA_BINDING_IMPL_TYPE, typename READER_OR_WRITER> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, READER_OR_WRITER &oStreamer, const char *strNameOfReaderAndPin, const ucom::ant::iobject_ptr< const ant::IStreamType > &pStreamType) |
template<typename DATA_BINDING_IMPL_TYPE, typename READER_OR_WRITER, typename PIN_INTERFACE> | |
tResult | create_pin (DATA_BINDING_IMPL_TYPE &oDataBindingImpl, READER_OR_WRITER &oStreamer, ucom::ant::iobject_ptr< PIN_INTERFACE > &pCreatedPin) |