ADTF
Deprecated List
Member a_util::result::isFailed (const ResultType &result)
Usage of this function template is not type safe.
Member a_util::result::isOk (const ResultType &result)
Usage of this function template is not type safe.
Member a_util::result::isOk< Result > (const Result &result)
Please use Result::operator bool().
Member ADTF_DATA_TRIGGERED_FILTER (_class_identifier_, _datatriggerfilterclass_, _triggerfunction_, _triggerlistclass_)
Use macros ADTF_TRIGGER_FUNCTION_FILTER / ADTF_TRIGGER_FUNCTION_FILTER_PLUGIN instead.
Member ADTF_DATA_TRIGGERED_FILTER_NAME (_class_identifier_, _class_name_, _datatriggerfilterclass_, _triggerfunction_, _triggerlistclass_,...)
Use macros ADTF_TRIGGER_FUNCTION_FILTER / ADTF_TRIGGER_FUNCTION_FILTER_PLUGIN instead.
Member ADTF_THREAD_TRIGGERED_FILTER (_class_identifier_, _threadtriggerfilterclass_, _triggerfunction_, _thread_cyclic_)
Use macros ADTF_TRIGGER_FUNCTION_FILTER / ADTF_TRIGGER_FUNCTION_FILTER_PLUGIN instead.
Member ADTF_THREAD_TRIGGERED_FILTER_NAME (_class_identifier_, _class_name_, _threadtriggerfilterclass_, _triggerfunction_, _thread_cyclic_,...)
Use macros ADTF_TRIGGER_FUNCTION_FILTER / ADTF_TRIGGER_FUNCTION_FILTER_PLUGIN instead.
Member ADTF_TIME_TRIGGERED_FILTER (_class_identifier_, _timetriggerfilterclass_, _triggerfunction_, _time_period_micro_sec_)
Use macros ADTF_TRIGGER_FUNCTION_FILTER / ADTF_TRIGGER_FUNCTION_FILTER_PLUGIN instead.
Member ADTF_TIME_TRIGGERED_FILTER_NAME (_class_identifier_, _class_name_, _timetriggerfilterclass_, _triggerfunction_, _time_period_micro_sec_,...)
Use macros ADTF_TRIGGER_FUNCTION_FILTER / ADTF_TRIGGER_FUNCTION_FILTER_PLUGIN instead.
Member cCodecFactoryLegacy::Resolve (tCodecLeafIndex nElementIndex) const
This is only provided for legacy reason. Use adtf::mediadescription::cSampleDecoder::GetElement!
Member cDecoderLegacy::Resolve (tCodecLeafIndex nElementLeafIndex) const
This is only provided for legacy reason. Use adtf::mediadescription::cSampleDecoder::GetElement!
Member cDOM::cDOM ()
Within further releases the cDOM will be completely reworked. API will change !!
Member cDOMElement::cDOMElement ()
Within further releases the cDOM will be completely reworked. API will change !!
Class cExternelQueueSampleReader
Please use 'cExternalQueueSampleReader' instead.
Class Codec
Use the new ddl::codec::Codec() instead.
Class CodecFactory
Use the new ddl::codec::CodecFactory() instead.
Class cReferenceSample
Please use alloc_sample() in combination with adtf::streaming::thor::ISample::SetSampleBuffer() instead.
Class cSample
Please use alloc_sample() instead.
Class data_triggered_filter< TriggerFunctionImpl, InPinListOfTriggers >
Use class adtf::filter::devil::filter_with_trigger_function instead.
Class Decoder
Use the new ddl::codec::Decoder() instead.
Member IConfiguration::AttachConfiguration (const char *strName, IConfiguration &oAttachedConfiguration)=0
Attachments are deprecated, they suffer from issues with observers.
Member IConfiguration::DetachConfiguration (const char *strName)=0
Attachments are deprecated, they suffer from issues with observers.
Member IObject::Destroy () const =0
Use of Destroy results in a mismatched deallocation as allocation and deallocation are not in the same compilation unit. Use adtf::ucom::allocate_object_ptr instead.
Member IProperty::AttachProperties (const ucom::ant::iobject_ptr< IProperties > &pProperties)=0
Attachments are deprecated, they suffer from issues with observers.
Member IProperty::DetachProperties ()=0
Attachments are deprecated, they suffer from issues with observers.
Member IProperty::GetAttachedProperties (IProperty &pProperty) const =0
Attachments are deprecated, they suffer from issues with observers.
Member IReferenceClock::GetSync2RefChannel (adtf::ucom::ant::iobject_ptr< ISync2RefChannel > &pSync2RefChannel, const char *strName=nullptr, const char *strMethod=nullptr) const =0
Use GetSync2RefChannel(adtf::ucom::ant::iobject_ptr<ISync2RefChannel>& pSync2RefChannel, const char* strName = nullptr, const char* strMethod = nullptr) instead.
Member IReferenceClock::GetSync2RefChannel (bool bSystemClockTimestamps, adtf::ucom::ant::iobject_ptr< giant::IReferenceClock::ISync2RefChannel > &pSync2RefChannel, const char *strName=nullptr) const =0
Use adtf::services::vision::IReferenceClock::GetSync2RefChannel(bool bSystemClockTimestamps, adtf::ucom::ant::iobject_ptr<IReferenceClock::ISync2RefChannel>& pSync2RefChannel, const char* strName = nullptr) instead.
Member IReferenceClock::GetSync2RefChannel (adtf::ucom::ant::iobject_ptr< ISync2RefChannel > &pSync2RefChannel, const char *strName=nullptr, const char *strMethod=nullptr) const =0
Use GetSync2RefChannel(adtf::ucom::ant::iobject_ptr<ISync2RefChannel>& pSync2RefChannel, const char* strName = nullptr, const char* strMethod = nullptr) instead.
Member IReferenceClock::GetSync2RefChannel (adtf::ucom::ant::iobject_ptr< ISync2RefChannel > &pSync2RefChannel, const char *strName=nullptr, const char *strMethod=nullptr) const =0
Use GetSync2RefChannel(adtf::ucom::ant::iobject_ptr<ISync2RefChannel>& pSync2RefChannel, const char* strName = nullptr, const char* strMethod = nullptr) instead.
Member IReferenceClock::GetSync2RefChannel (tTimeBase eTimeBase, adtf::ucom::ant::iobject_ptr< IReferenceClock::ISync2RefChannel > &pSync2RefChannel, const char *strName=nullptr) const =0
Use adtf::services::vision::IReferenceClock::GetSync2RefChannel(tTimeBase eTimeBase, adtf::ucom::ant::iobject_ptr<IReferenceClock::ISync2RefChannel>& pSync2RefChannel, const char* strName = nullptr) instead.
Member IRunnable::Run (tTimeStamp tmTimeofActivation, tActivationType ui32ActivationType, const void *pvUserData, size_t nUserDataSize)=0
Use adtf::base::flash::IRunnable::Run(tNanoSeconds tmTimeofActivation, ant::IRunnable::tActivationType ui32ActivationType, const void* pvUserData, size_t nUserDataSize) instead.
Member ISample::GetTime () const =0
Use adtf::streaming::flash::ISample::GetTimeNs() instead.
Member ISample::Set (tTimeStamp tmTimeStamp, const void *pData, size_t szSize, uint32_t ui32Flags=0)=0
Use adtf::streaming::flash::ISample::Set(adtf::base::flash::tNanoSeconds tmTimeStamp, const void* pData, size_t szSize, uint32_t ui32Flags=0) instead.
Member ISample::SetTime (tTimeStamp tmTimeStamp)=0
Use adtf::streaming::flash::ISample::SetTime(adtf::base::flash::tNanoSeconds tmTimeStamp) instead.
Member IStreamMetaType::GetParent (ucom::ant::iobject_ptr< const IStreamMetaType > &pParent) const =0
This IStreamMetaType::GetParent function is not supported anymore!
Member Json::JSONCPP_DEPRECATED ("Use StreamWriterBuilder instead") JSON_API StyledStreamWriter

Use StreamWriterBuilder.

Use StreamWriterBuilder.

Use StreamWriterBuilder.

Member Json::JSONCPP_DEPRECATED ("Use StreamWriter instead") JSON_API Writer
Use StreamWriter. (And really, this is an implementation detail.)
Member Json::JSONCPP_DEPRECATED ("Use CharReader and CharReaderBuilder instead") JSON_API Reader
Use CharReader and CharReaderBuilder.
Member Path::getRoot () const
Use getRootName() instead.
Class StaticCodec
Use the new ddl::codec::StaticCodec() instead.
Class StaticDecoder
Use the new ddl::codec::StaticDecoder() instead.
Class thread_triggered_filter< TriggerFunctionImpl, CYCLIC_THREAD >
Use class adtf::filter::devil::filter_with_trigger_function instead.
Class time_triggered_filter< TriggerFunctionImpl, DEFAULT_PERIOD >
Use class adtf::filter::devil::filter_with_trigger_function instead.
Member Value::removeMember (const char *key)
Member Value::removeMember (const JSONCPP_STRING &key)
Member Value::setComment (const char *comment, CommentPlacement placement)
Always pass len.
Member ValueIteratorBase::memberName () const
This cannot be used for UTF-8 strings, since there can be embedded nulls.
Member Version::ddl_version_10
Use Version(1, 0)
Member Version::ddl_version_11
Use Version(1, 1)
Member Version::ddl_version_12
Use Version(1, 2)
Member Version::ddl_version_20
Use Version(2, 0)
Member Version::ddl_version_30
Use Version(3, 0)
Member Version::ddl_version_40
Use Version(4, 0)
Member Version::ddl_version_41
Use Version(4, 1)
Member Version::ddl_version_current
Use Version::getLatestVersion()
Member Version::ddl_version_invalid
Use Version(0, 0)
Member Version::ddl_version_notset
Use Version(0, 0)