|
ADTF
|
| ►Na_util | Serves as the root component, with common functionality documented in core functionality |
| ►Nconcurrency | |
| ►Ndetail | Serves as namespace for concurrency implementation details |
| Cbasic_semaphore | |
| Cfast_mutex | Fast mutex class, implemented as an atomic spin lock with very low CPU overhead |
| Cshared_mutex | |
| ►Ndatetime | Serves as component for date and time handling |
| CDate | |
| CDateTime | DateTime class representing both Date and Time |
| CTime | |
| ►Nexperimental | Serves as component for features which are considered experimental |
| CNullaryDelegate | |
| CUnaryDelegate | |
| ►Nfilesystem | Serves as component for path and filesystem functionality |
| CPath | |
| CPathException | Exception class used by Path methods |
| ►Nlogging | Serves as component for basic logging functionality |
| CLogEntry | A log entry |
| ►Nmemory | Serves as component for memory access and management |
| ►Ndetail | |
| CConverter | Template converter class to differentiate between float, signed and unsigned integer values |
| CConverter< T, 0, 0 > | Partially specialized class for Unsigned Integers |
| CConverter< T, 1, 0 > | Partially specialized class for Signed Integers |
| CConverter< T, 1, 1 > | Specialized class for Floats (Floats are always signed!) |
| CConverterBase | |
| CBitSerializer | Bit Serializer Class |
| CMemoryBuffer | Memory buffer class to encapsulate and manage raw contiguously memory |
| CStackPtr | |
| ►Nparser | Serves as component for common parsing functionality |
| CCSVReader | |
| ►Nregex | Serves as component for regular expression functionality |
| CRegularExpression | Basic regular expression matching |
| ►Nresult | Serves as component for functionality handling error and return types |
| ►Ndetail | Serves as namespace for result implementation details |
| CErrorDescription | |
| CErrorDescriptionType | Type needed for reference counting |
| CIErrorDescription | |
| CReferenceCountedObject | Default implementation of a reference counter |
| CReferenceCountedObject< IErrorDescription, ErrorDescriptionType > | |
| CReferenceCountedObjectInterface | |
| CResultDescription | Wrapper for either a pointer to a detailed description object or simply a numeric error code |
| CResultDescriptionTraits | |
| CResultInfoDescription | |
| CUncountedObject | Default implementation of a non-counting reference counter |
| CResult | |
| CResultInfo | |
| CResultInfo< void > | |
| ►Nstrings | Serves as component for string handling and conversion functionality |
| CIsNumericConvertible | |
| CToNumericConverter | |
| ►Nsystem | Serves as component for portable OS (Windows, Linux, ...) functionality |
| CAddressInfo | |
| CHighResSchedulingSupport | |
| CTimer | |
| ►Nvariant | |
| CVariant | |
| ►Nxml | Serves as component for handling XML |
| CDOM | XML parser to read and write standard XML files |
| CDOMElement | Representation for an element in the DOM |
| CDOMException | Exception class used by the DOM classes |
| Cis_explicitly_convertible_to | Checks if there is an explicitly defined conversion from U to T |
| CScopeGuard | |
| Cunderlying_type_or_type | Retrieves the underlying type if T is an enum, otherwise the type itself |
| Cunderlying_type_or_type< T, true > | Retrieves the underlying type of the enum type T |
| ►NA_UTILS_NS | Namespace for all functionality provided by A_UTILS |
| ►Nlog | Namespace for default logging functionality within A_UTILS_NS |
| CcCurrentThreadDefaultLogChannel | |
| CILogChannel | |
| CIThreadLocalLogChannelStack | |
| CtLogEntry | |
| CtSourceLocation | |
| ►CcResult | A common result class usable as return value throughout |
| CsErrorEval< ErrorType > | Used as exit point for comparison on the error codes used in IsEqual() |
| ►Nadtf | Namespace for all functionality provided by ADTF and its SDKs |
| ►Nbase | Namespace for the ADTF Base SDK |
| ►Nant | Namespace for all functionality of the ADTF Base SDK provided since v3.0 |
| ►Ndetail | Namespace for all internally used functionality implemented |
| CcPropertyVariableHelper | |
| CcRefConfigProperty | |
| Cadtf_memory | |
| Cadtf_memory_buffer | Template class implementation for the IRawMemory interface |
| Cadtf_memory_buffer< T, typename std::enable_if< std::is_const< T >::value >::type > | Template class implementation for the IRawMemory interface for const types |
| Cadtf_memory_forward | |
| Cadtf_memory_forward< adtf_util::cMemoryBlock > | |
| Cadtf_memory_forward< adtf_util::cMemoryPtr > | |
| Cadtf_memory_forward< const ::adtf::streaming::ant::ISampleBuffer > | |
| Cadtf_memory_forward< const std::string > | |
| Cadtf_memory_forward< const std::u16string > | |
| Cadtf_memory_forward< const std::vector< Args... > > | |
| Cadtf_memory_forward< const void > | |
| Cadtf_memory_forward< std::string > | |
| Cadtf_memory_forward< std::u16string > | |
| Cadtf_memory_forward< std::vector< Args... > > | |
| Cadtf_memory_forward< void > | |
| Cadtf_string | Wrapping template for a rvalue reference of an IString interface for the type T |
| Cadtf_string_forward | |
| Cadtf_string_forward< adtf::util::cFilename > | |
| Cadtf_string_forward< adtf::util::cString > | |
| Cadtf_string_forward< const adtf::util::cFilename > | |
| Cadtf_string_forward< const adtf::util::cString > | |
| Cadtf_string_forward< const char > | |
| Cadtf_string_forward< const std::string > | |
| Cadtf_string_forward< const std::string_view > | |
| Cadtf_string_forward< std::string > | |
| Cadtf_string_forward< std::string_view > | |
| Cadtf_version_customer | |
| Cadtf_version_default | |
| CcFilenameConversion | |
| CcFilenameListConversion | |
| Cconfiguration | |
| CcProperties | |
| CcPropertiesBase | |
| CcPropertiesHelper | |
| CcPropertyBase | |
| CcPropertyConvert | |
| CcPropertyStringConversion | |
| CcPropertyVariable | |
| ►Chash_value_map | |
| CtHashValueStorageType | |
| CIConfiguration | |
| CIHashValueMap | |
| CIHashValueMapValue | |
| CIMemberPropertyUnregister | Interface to automatically unregister the given property variable from observed properties set |
| CIProperties | |
| CIProperty | |
| CIPropertyObserver | |
| CIPropertyValue | |
| CIRawMemory | |
| CIRawValue | |
| CIRunnable | |
| CIString | |
| Cproperty | |
| Cproperty_attached_configuration_type | |
| Cproperty_type_conversion | |
| Cproperty_type_conversion_nothing | |
| Cproperty_type_default_conversion | |
| Cproperty_type_definition | |
| Cproperty_type_definition< adtf::util::cFilename > | |
| Cproperty_type_definition< adtf::util::cFilenameList > | |
| Cproperty_type_definition< adtf::util::cFilepath > | |
| Cproperty_type_definition< adtf::util::cFilepathList > | |
| Cproperty_type_definition< adtf::util::cString > | |
| Cproperty_type_definition< bool > | |
| Cproperty_type_definition< double > | |
| Cproperty_type_definition< elasto::tree_node_property_type > | |
| Cproperty_type_definition< flash::tNanoSeconds > | Property_type_definition specialization for flash::tNanoSeconds |
| Cproperty_type_definition< float > | |
| Cproperty_type_definition< int16_t > | |
| Cproperty_type_definition< int32_t > | |
| Cproperty_type_definition< int64_t > | |
| Cproperty_type_definition< int8_t > | |
| Cproperty_type_definition< property_attached_configuration_type > | |
| Cproperty_type_definition< std::string > | Property_type_definition specialization for std::string |
| Cproperty_type_definition< uint16_t > | |
| Cproperty_type_definition< uint32_t > | |
| Cproperty_type_definition< uint64_t > | |
| Cproperty_type_definition< uint8_t > | |
| Cproperty_value | |
| Cproperty_variable | Property Variable template for the given T. A Property Variable will store a copy of a property value of the specified type T |
| Cstd_string_helper | |
| ►Nelasto | Namespace for all functionality of the ADTF Base SDK provided since v3.4 |
| CcErrorHandler | |
| ►CIErrorHandling | |
| CIErrorHandler | |
| Ctree_node_property_type | |
| ►Nflash | Namespace for all functionality of the ADTF Base SDK provided since v3.5 |
| CcConfiguration | |
| CcErrorChecker | Error checker implementation for easy use of the error handler elasto::IErrorHandling::IErrorHandler |
| CcPropertyNanoSecondsConversion | |
| CcPropertyStdStringConversion | |
| CIRunnable | |
| Cproperty_variable | Property Variable template for the given T. A Property Variable will store a copy of a property value of the specified type T. |
| CtNanoSeconds | A timestamp with nanosecond precision |
| ►Ngiant | Namespace for all functionality of the ADTF Base SDK provided since v3.6 |
| CcPropertyVariable | |
| Cproperty_variable | Property Variable template for the given T. A Property Variable will store a copy of a property value of the specified type T. |
| ►Nhollow | Namespace for all functionality of the ADTF Base SDK provided since v3.7 |
| Cproperty_variable | Property Variable template for the given T. A Property Variable will store a copy of a property value of the specified type T. |
| ►Npenguin | Namespace for all functionality of the ADTF Base SDK provided since v3.15 |
| ►Ndetail | Namespace for all internally used functionality implemented |
| Cget_const_size | Helper template to retrieve the given size as expression |
| Cget_size_of | Helper template to retrieve the given size as expression |
| Cadtf_memory | |
| Cadtf_memory_trivial_type | |
| Cadtf_memory_trivial_type< T, typename std::enable_if< std::is_const< T >::value >::type > | Template class implementation for the IRawMemory interface for const trivial types |
| ►Nquiet | Namespace for all functionality of the ADTF Base SDK provided since v3.16 |
| CIADTFRuntime | |
| ►Nspider | Namespace for all functionality of the ADTF Base SDK provided since v3.18 |
| CcProperties | |
| CcProperty | |
| ►CcPropertyValue | |
| CtUserDefined | |
| CcRawMemoryRedirect | |
| CcStringLengthProxy | |
| CcStringRedirect | |
| Cproperty | |
| Cproperty< T, typename std::enable_if<!detail::is_user_defined_property_value< T >::value >::type > | |
| ►Ntesting | Namespace for all testing functionality of the ADTF Base SDK |
| ►Nvision | Namespace for all testing functionality of the ADTF Base SDK provided since v3.21 |
| CcTestErrorHandling | |
| CcTestErrorHandling | |
| ►Nyak | Namespace for all functionality of the ADTF Base SDK provided since v3.24 |
| CIPluginLoader | |
| Cadtf_memory | Bring latest ant::adtf_memory to users scope |
| Cadtf_memory_buffer | Template class implementation for the IRawMemory interface |
| Cadtf_memory_forward | Bring latest ant::adtf_memory_forward to users scope |
| Cadtf_memory_trivial_type | Bring latest nitro::adtf_memory_trivially_type to users scope |
| Cadtf_string | Wrapping template for a rvalue reference of an IString interface for the type T |
| Cadtf_string_forward | |
| Cadtf_version_customer | |
| Cadtf_version_default | |
| CcADTFRuntime | |
| CcConfiguration | |
| CcErrorChecker | Error checker implementation for easy use of the error handler elasto::IErrorHandling::IErrorHandler |
| CcErrorHandler | |
| Cconfiguration | |
| CcProperties | |
| CcPropertiesHelper | |
| CcProperty | |
| CcPropertyStringConversion | |
| ►CcPropertyValue | |
| CtUserDefined | |
| CcRawMemoryRedirect | |
| CcStringRedirect | |
| ►Chash_value_map | |
| CtHashValueStorageType | |
| CIADTFRuntime | |
| CIConfiguration | |
| ►CIErrorHandling | |
| CIErrorHandler | |
| CIPluginLoader | |
| CIProperties | |
| CIProperty | |
| CIPropertyObserver | |
| CIPropertyValue | |
| CIRawMemory | Bring latest ant::IRawMemory to users scope |
| CIRunnable | Bring ant::IRunnable to users scope |
| CIString | Bring latest IString to users scope |
| Cproperty | |
| Cproperty_attached_configuration_type | |
| Cproperty_type_conversion | |
| Cproperty_type_default_conversion | |
| Cproperty_type_definition | |
| Cproperty_value | |
| Cproperty_variable | Property Variable template for the given T. A Property Variable will store a copy of a property value of the specified type T. |
| Crunnable | |
| CtNanoSeconds | A timestamp with nanosecond precision |
| Ctree_node_property_type | |
| ►Nfilter | Namespace for the ADTF Filter SDK |
| ►Nant | Namespace for all functionality of the ADTF Filter SDK provided since v3.0 |
| CcConfigurableFilter | |
| CcFilter | |
| CcTriggerFunction | |
| CcTriggerFunctionBase | |
| Cdata_triggered_filter | |
| CITriggerConfiguration | |
| Cthread_triggered_filter | |
| Ctime_triggered_filter | |
| Ctriggered_filter | |
| ►Ndevil | Namespace for all functionality of the ADTF Filter SDK provided since v3.3 |
| CcFilterWithTriggerFunction | |
| Cfilter_with_trigger_function | |
| ►Nflash | Namespace for all functionality of the ADTF Filter SDK provided since v3.5 |
| CcStreamTypeHelper | |
| CcTriggerFunction | |
| Cfilter_with_trigger_function | |
| ►Nhollow | Namespace for all functionality of the ADTF Filter SDK provided since v3.7 |
| CcFilterWithTriggerFunction | |
| CcSubStreamTypes | |
| CcTriggerFunction | |
| ►Nprivate_implementations | Namespace for all internally used functionality implemented. |
| CcConfigurableRunner | |
| ►CcSubstreamNameFilter | |
| CtFilterBase | |
| CtPlain | |
| CtPrefix | |
| CtRegex | |
| CtRegexFilterBase | |
| CtStreamFilter | |
| CtWildcard | |
| CIInternalTriggerConfiguration | |
| ►Nriddler | Namespace for all functionality of the ADTF Filter SDK provided since v3.17 |
| CcRunnerFallback | |
| ►Ntesting | Namespace for all testing functionality of the ADTF Filter SDK |
| ►Ngiant | Namespace for all testing functionality of the ADTF Filter SDK provided since v3.6 |
| ►CcOutputRecorder | |
| CcOutput | |
| CcTestWriter | |
| ►Npenguin | Namespace for all testing functionality of the ADTF Filter SDK provided since v3.15 |
| CcTestWriterWithSubStreams | |
| ►CcOutputRecorder | |
| CcOutput | |
| CcTestWriter | |
| CcTestWriterWithSubStreams | |
| CcFilter | |
| ►CcGraphObject | |
| CcDataTriggerHint | |
| CcNoTriggerHint | |
| CcThreadTriggerHint | |
| CcTimerTriggerHint | |
| CcTriggerHint | |
| CcRunnerFallback | |
| CcSampleStreamingSink | |
| CcSampleStreamingSource | |
| CcStreamTypeHelper | |
| CcSubstreamHandling | |
| CcSubStreamTypes | |
| CcTriggerFunction | |
| CcTriggerFunctionBase | |
| Cdata_triggered_filter | |
| Cinterface_client | |
| CITriggerConfiguration | Brings the last ant::ITriggerConfiguration to users space |
| Csubstream_filter | |
| Cthread_triggered_filter | |
| Ctime_triggered_filter | |
| Ctriggered_filter | |
| ►Nmediadescription | Namespace for the ADTF Mediadescription SDK |
| ►Nadtf_ddl_legacy | Namespace for collect all classes valid before DDL Library switch from the internal to the open source variant |
| ►CcEnumerationType | |
| CtValue | |
| CcSampleCodec | |
| CcSampleCodecFactory | |
| CcSampleDecoder | |
| CcStaticSampleCodec | |
| CcStaticSampleDecoder | |
| ►CcStructureType | |
| Cmember | |
| CcType | |
| Cenumeration | |
| Cstructure | |
| ►Nant | Namespace for all functionality of the ADTF Mediadescription SDK provided since v3.0 |
| CcSampleCodec | |
| CcSampleCodecFactory | |
| CcSampleDecoder | |
| CcStaticSampleCodec | |
| CcStaticSampleDecoder | |
| Cstream_meta_type_default | Use this Stream Meta Type if your sample data are structured and the memory layout can be described via DDL Specification |
| ►Nflash | Namespace for all functionality of the ADTF Mediadescription SDK provided since v3.5 |
| Carithmetic_type | |
| CcDDLPrinter | |
| CcDumper | |
| ►CcEnumerationType | |
| CtValue | |
| CcSampleCodecFactory | |
| CcSampleWithCodec | |
| ►CcStructureType | |
| Cmember | |
| CcType | |
| Cdecoding_sample_reader | |
| Cdescription | |
| Cencoding_sample_writer | |
| Cenumeration | |
| Cenumeration< UnderlyingType, typename std::enable_if< std::is_arithmetic< UnderlyingType >::value >::type > | |
| Cindices | |
| Cmd_array | |
| Cmd_sample_data | |
| Cmd_sample_data_factory | |
| Cmd_struct_array | |
| Cstructure | |
| Cstructure< void > | |
| ►Nosborn | Namespace for all functionality of the ADTF Mediadescription SDK provided since v3.14 |
| ►Nadtf_ddl_access | Namespace for codec usage |
| CcCodecFactoryLegacy | Legacy CodecFactory API |
| CcCodecLegacy | Legacy class for cSampleCodec and cStaticSampleCodec |
| CcDecoderLegacy | |
| CcDDLPrinter | |
| CcDumper | |
| CcSampleCodec | |
| CcSampleCodecFactory | |
| CcSampleDecoder | |
| CcSampleDecoderBase | |
| CcSampleWithCodec | |
| CcStaticSampleCodec | |
| CcStaticSampleDecoder | |
| Cdecoding_sample_reader | |
| Cdescription | |
| Cencoding_sample_writer | |
| Cenumeration | |
| Cindices | |
| Cmd_array | |
| Cmd_sample_data | |
| Cmd_sample_data_factory | |
| Cmd_struct_array | |
| Csample_codec_access | Implementation for codec access concept (ddl::codec::CodecElementAccess) |
| Csample_codec_factory_access | Implementation for codec access concept (ddl::codec::FactoryElementAccess) |
| Csample_decoder_access | Implementation for decoder access concept (ddl::codec::DecoderElementAccess) |
| Cstructure | |
| Cstructure< void > | |
| ►Nquiet | Namespace for all functionality of the ADTF Mediadescription SDK provided since v3.16 |
| Cstream_type_default | Generator template to create an instance of the stream_meta_type_default |
| Cstream_type_default< void > | Specialization for generator template to create an instance of the stream_meta_type_default. The template parameter T is set to void. You can use it to create the type without any concrete struct defintion in code |
| Cstream_type_default_array | Generator template to create an instance of the stream_meta_type_default |
| Cstream_type_default_array< std::array< ValueType, szArraySize > > | Specialization for stream_type_default_array<std::array<T, N>> |
| Cstream_type_default_array< ValueType[szArraySize]> | Specialization for stream_type_default_array<T[N]>> |
| Cstream_type_default_array< void > | Specialization for generator template to create an instance of the stream_type_default_array. The template parameter T is set to void. You can use it to create the type without any concrete struct defintion in code |
| CcDDLPrinter | |
| CcDumper | |
| CcSampleCodec | |
| CcSampleCodecFactory | |
| CcSampleDecoder | |
| CcStaticSampleCodec | |
| CcStaticSampleDecoder | |
| CcType | |
| Cdecoding_sample_reader | |
| Cdescription | |
| Cencoding_sample_writer | |
| Cenumeration | |
| Cmd_array | |
| Cmd_sample_data | |
| Cmd_sample_data_factory | |
| Cmd_struct_array | |
| Cstream_meta_type_default | Use this Stream Meta Type if your sample data are structured and the memory layout can be described via DDL Specification |
| Cstream_type_default | Generator template to create an instance of the stream_meta_type_default |
| Cstream_type_default_array | Generator template to create an instance of the stream_meta_type_default |
| Cstructure | |
| ►Nremote | Namespace for the ADTF Remote SDK |
| ►Nant | Namespace for all functionality of the ADTF Remote SDK provided since v3.0 |
| CcADTFRemoteSystem | |
| CcJsonRPCClientObjectFactory | |
| CIClock | |
| CILogging | |
| CIPlayer | |
| CIRecorder | |
| CIRPCObjectClient | |
| CIRPCObjectClientPtr | |
| CIRPCObjectServer | |
| CISession | |
| CISystem | |
| Crpc_object_client_ptr | |
| ►Nbat | Namespace for all functionality of the ADTF Remote SDK provided since v3.1 |
| CIPlayer | |
| CIRecorder | |
| CISystem | |
| ►Ncatwo | Namespace for all functionality of the ADTF Remote SDK provided since v3.2 |
| CIRPCInterfaceDefinition | |
| CISession | |
| CISystem | |
| ►Ndevil | Namespace for all functionality of the ADTF Remote SDK provided since v3.3 |
| CIFileSystem | |
| CISystem | |
| ►Nelasto | Namespace for all functionality of the ADTF Remote SDK provided since v3.4 |
| CIPlayer | |
| ►Nhollow | Namespace for all functionality of the ADTF Remote SDK provided since v3.7 |
| CcADTFClientConnector | |
| CcAdtfJsonConverter | |
| CISession | |
| CISystem | |
| Crpc_object_server | |
| Crpc_remote_interface | |
| ►Nosborn | Namespace for all functionality of the ADTF Remote SDK provided since v3.14 |
| CIRPCActiveRunner | |
| ►Nquiet | Namespace for all functionality of the ADTF Remote SDK provided since v3.16 |
| CIPlayer | |
| CISampleStreamTracer | |
| ►CISession | |
| CtGraphConnectableObjectInfo | Info for a connectable object This might be a pin, samplestream or port |
| CtGraphObjectInfo | Info for a graph object |
| CISystem | |
| ►Nspider | Namespace for all functionality of the ADTF Remote SDK provided since v3.18 |
| CISystem | |
| ►Nthor | Namespace for all functionality of the ADTF Remote SDK provided since v3.19 |
| CISystem | |
| ►Nultron | Namespace for all functionality of the ADTF Remote SDK provided since v3.20 |
| ►CISession | |
| CtGraphObjectState | |
| ►Nvision | Namespace for all functionality of the ADTF Remote SDK provided since v3.21 |
| CISampleStreamTracer | |
| ►Nwolverine | Namespace for all functionality of the ADTF Remote SDK provided since v3.22 |
| CIFileSystem | |
| CISampleStreamTracer | |
| ►Nyak | Namespace for all functionality of the ADTF Remote SDK provided since v3.24 |
| CISystem | |
| CcADTFClientConnector | |
| CcAdtfJsonConverter | |
| CcADTFRemoteSystem | |
| CcJsonRPCClientObjectFactory | |
| CIClock | |
| CIFileSystem | |
| CILogging | |
| CIPlayer | |
| CIRecorder | |
| CIRPCActiveRunner | |
| CIRPCInterfaceDefinition | |
| CIRPCObjectClient | |
| CIRPCObjectClientPtr | |
| CIRPCObjectServer | |
| CISampleStreamTracer | |
| ►CISession | |
| CtGraphObjectState | |
| CISystem | |
| Crpc_object_client_ptr | |
| Crpc_object_server | |
| Crpc_remote_interface | |
| ►Nservices | Namespace for a summary of all service interfaces provided by ADTF |
| ►Nant | Namespace for all service interfaces provided since v3.0 |
| CcPlayerStreams | |
| ►CIApplication | |
| CIJob | |
| ►CIKernel | |
| CIKernelRunnable | |
| CIScheduling | |
| CISignal | |
| CISignalHandler | |
| CIThread | |
| CITimer | |
| CtSchedulingInfo | |
| CILogging | |
| CIMacroResolver | |
| CIMemoryAllocator | |
| ►CIPlayer | ADTF Playback Service Control interface to control the ADTF Player |
| CIListStreamCallback | Callback for stream information |
| CtEvent | Layout of the events emitted by the playback service |
| CIRecorder | Recorder Service Control interface to control the Recorder |
| CIRecordingFile | |
| CIRecordingSignal | |
| ►CIReferenceClock | The IReferenceClock interface provides the reference time source for the filter graph |
| CIClock | |
| CIClockListCallback | |
| CISync2RefChannel | |
| CISync2RefChannelFactory | |
| CISync2RefListCallback | |
| CtReferenceClockEvent | |
| CIRPCObjectServerRegistry | |
| CISession | |
| CISessionManager | Session Manager interface defines System Core Object |
| ►Nbat | Namespace for all service interfaces provided since v3.1 |
| CIPlayer | ADTF Playback Service Control interface to control the ADTF Player. |
| CIRecorder | Recorder Service Control interface to control the Recorder. |
| CIRecordingFile | |
| CIRecordingSignal | |
| CIRPCObjectServerRegistry | |
| ►CISampleStreamTracer | |
| CIListener | |
| CtTraceData | |
| ►Ncatwo | Namespace for all service interfaces provided since v3.2 |
| CIRPCObjectServerRegistry | |
| ►Ndevil | Namespace for all service interfaces provided since v3.3 |
| CIADTFFileSupport | |
| ►CIKernel | |
| CINamedKernelObject | |
| ►CIRecorder | |
| CtEvent | Layout of the events emitted by a recorder streaming service |
| ►Nelasto | Namespace for all service interfaces provided since v3.4 |
| CIPlayer | ADTF Playback Service Control interface to control the ADTF Player. |
| ►Nflash | Namespace for all service interfaces provided since v3.5 |
| ►CIReferenceClock | The IReferenceClock interface provides the reference time source for the filter graph. |
| CIClock | |
| CISync2RefChannel | |
| CtReferenceClockEvent | |
| ►Ngiant | Namespace for all service interfaces provided since v3.6 |
| ►CIReferenceClock | The IReferenceClock interface provides the reference time source for the filter graph. |
| CISync2RefChannel | |
| ►Njoker | Namespace for all service interfaces provided since v3.9 |
| CISessionManager | Session Manager interface defines System Core Object. |
| ►Nlucky | Namespace for all service interfaces provided since v3.11 |
| ►CIRPCObjectServerRegistry | |
| CIRPCServer | |
| ►Nosborn | Namespace for all service interfaces provided since v3.14 |
| ►CIReferenceClock | The IReferenceClock interface provides the reference time source for the filter graph. |
| CISystemClock | |
| ►Npenguin | Namespace for all service interfaces provided since v3.15 |
| CIKernel | |
| ►CIReferenceClock | The IReferenceClock interface provides the reference time source for the filter graph. |
| CIGuardableClock | |
| CITimeBarrier | |
| CITimeGuard | |
| ►Nquiet | Namespace for all service interfaces provided since v3.16 |
| CIApplication | |
| CIPlayer | ADTF Playback Service Control interface to control the ADTF Player. |
| CIRecordingFile | |
| ►CISampleStreamTracer | |
| CIListener | |
| CtTraceData | |
| ►Nriddler | Namespace for all service interfaces provided since v3.17 |
| CIReferenceClock | The IReferenceClock interface provides the reference time source for the filter graph. |
| ►Ntesting | Namespace for all service testing functionality |
| ►Nant | Namespace for all service testing functionality provided since v3.0 |
| CcTestListener | |
| CcTestSignalValueNs | |
| CcTestListener | |
| CcTestSignalValueNs | |
| ►Nthor | Namespace for all service interfaces provided since v3.19 |
| CIMacroResolver | |
| ►Nvision | Namespace for all service interfaces provided since v3.21 |
| CIMacroResolver | |
| ►CIReferenceClock | |
| CISync2RefChannel | |
| ►CISampleStreamTracer | |
| CIListener | |
| CtTraceData | |
| ►Nwolverine | Namespace for all service interfaces provided since v3.22 |
| ►CISampleStreamTracer | |
| CIListener | |
| CtTraceData | |
| ►Nx | Namespace for all service interfaces provided since v3.23 |
| CISessionManager | Session Manager interface defines System Core Object. |
| ►Nyak | Namespace for all service interfaces provided since v3.24 |
| CISession | |
| ►Nzebra | Namespace for all service interfaces provided since v3.25 |
| CIMacroResolver | |
| CcPlayerStreams | |
| CIADTFFileSupport | |
| CIApplication | |
| CIKernel | |
| CIMacroResolver | |
| CIMemoryAllocator | |
| CIPlayer | ADTF Playback Service Control interface to control the ADTF Player. |
| ►CIRecorder | |
| CtEvent | Layout of the events emitted by a recorder streaming service |
| CIRecordingFile | |
| CIRecordingSignal | |
| ►CIReferenceClock | Brings latest IReferenceClock to users scope |
| CISync2RefChannel | |
| ►CIRPCObjectServerRegistry | |
| CIRPCServer | |
| ►CISampleStreamTracer | |
| CIListener | |
| CtTraceData | |
| CISession | Brings the latest versions to users space |
| CISessionManager | Session Manager interface defines System Core Object. |
| Cjob_runnable | |
| ►Nstreaming | Namespace for the ADTF Streaming SDK |
| ►Nant | Namespace for all functionality of the ADTF Streaming SDK provided since v3.0 |
| ►Ndetail | Namespace for all internally used functionality implemented |
| CcExternalSampleReaderQueue | |
| CcSampleStreamBase | |
| Cport_router | |
| Cbinding_proxy | |
| Cbinding_type | |
| CcBindingClient | |
| CcBindingProxyOutPort | |
| CcBindingServer | |
| CcBindingType | |
| CcConfigurableInPin | |
| CcConfigurableOutPin | |
| CcDataBinding | |
| CcDefaultBindingProxy | |
| CcDynamicSampleReaderQueue | Implementation of a adtf::streaming::ant::ISampleReaderQueue with dynamic growing sample queue |
| CcExternalQueueSampleReader | Sample reader which allows the registration of external queue |
| CcExternelQueueSampleReader | Sample reader which allows the registration of external queue |
| CcFilterBase | Implements a basic filter that supports the ant::IFilter interfaces |
| CcFilterGraphClientPort | |
| CcFilterGraphDataInPort | |
| CcFilterGraphDataOutPort | |
| CcFilterGraphRunnerPort | |
| CcFilterGraphServerPort | |
| CcFilterLevelmachine | |
| CcGraph | |
| CcInPin | |
| CcInterfaceBinding | |
| CcLastSampleReader | Sample reader which always provides the last successful received sample |
| CcLastSamplesCollector | |
| CcLimitedSampleReaderQueue | |
| CcOutPin | |
| CcReferenceSample | |
| CcRuntimeBehaviour | |
| CcSample | |
| ►CcSampleLogEntry | |
| CIHandleInfo | Internal callback class to get valid names for the cSampleLogEntry::ToString function |
| CcSampleLogEntryList | |
| CcSampleLogEntryTransmitReceiveStateBuffer | |
| CcSampleQueue | |
| CcSampleQueueCompareByTime | |
| CcSampleReader | The default Sample Reader will read the incomung Stream of a IInPin. This sample reader has no internal queue! Make sure if you use this sample reader with ISampleStreamAccess::PushRead to register a external queue or to override the adtf::streaming::ant::cSampleReader::ReadNextSample and adtf::streaming::ant::cSampleReader::Push methods |
| CcSampleSetCollector | |
| CcSampleStream | |
| CcSampleStreamingSink | |
| CcSampleStreamingSource | |
| CcSampleStreamInPort | |
| CcSampleStreamOutPort | |
| CcSampleWriter | |
| CcStreamingGraph | |
| CcStreamItem | |
| CcStreamMetaType | |
| CcStreamType | |
| CcTimeBasedSampleSetCollector | |
| Cdata_binding | |
| Cgraph | |
| Cgraph_connection | |
| CIActiveRunner | |
| CIBindingClient | |
| CIBindingObject | |
| CIBindingProxy | |
| CIBindingProxyInPort | |
| CIBindingProxyOutPort | |
| CIBindingServer | |
| CIBindingType | |
| CIDataBinding | |
| CIDynamicDataBinding | |
| CIDynamicInterfaceBinding | |
| CIFilter | |
| CIFilterGraph | |
| CIFilterGraphConnection | |
| CIFilterGraphDataInPort | |
| CIFilterGraphDataOutPort | |
| CIFilterGraphDataPort | |
| CIFilterGraphInterfaceClientPort | |
| CIFilterGraphInterfacePort | |
| CIFilterGraphInterfaceServerPort | |
| CIFilterGraphPort | |
| CIFilterGraphRunnerPort | |
| CIGraph | |
| CIGraphConnection | |
| CIInPin | |
| CIInterfaceBinding | |
| CINamedGraphObject | |
| Cinterface_binding | |
| CIOutPin | |
| CIPin | |
| CIRunner | |
| CIRuntimeBehaviour | |
| CISample | |
| CISampleBuffer | |
| CISampleBufferFactory | |
| CISampleInfo | |
| CISampleInStream | |
| ►CISampleLog | |
| CIGetLogEntryCallback | |
| CtSampleLogEntry | |
| CtSampleLogSampleID | Sample ID to assure uniqueness of samples in system |
| CtSampleLogTransmitReceiveState | |
| CISampleOutStream | |
| CISampleQueue | |
| CISampleQueueEventSink | |
| CISampleReader | |
| CISampleReaderQueue | Interface to create a sample reader buffer |
| CISampleSerialization | |
| ►CISampleStream | |
| CIPushReadEventSink | |
| CISampleStreamAccess | |
| CISampleStreamer | Local Sample Streamer Interface. This interface is only used to create a cInPin and cOutPin in a generic way. concrete implementations are cSampleReder and cSampleWriter. Use the sample_streamer template to implement own Writers and Readers |
| CISampleStreamingSink | |
| CISampleStreamingSource | |
| CISampleStreamInPort | |
| CISampleStreamOutPort | |
| CISampleWriter | |
| CIStreamingGraph | |
| CIStreamingInPort | |
| CIStreamingOutPort | |
| CIStreamingPort | |
| CIStreamingService | |
| CIStreamingSink | |
| CIStreamingSource | |
| CIStreamItem | |
| CIStreamMetaType | Defines access methods for a Stream Meta Type |
| CIStreamType | Defines access methods for the interface of a Stream Type |
| CITriggerPipe | |
| CITriggerPipeItem | |
| CITriggerPipeSource | |
| Cnamed_graph_object | |
| Cruntime_behaviour | |
| Csample_data | |
| Csample_reader | A Possible Sample Reader of a Trigger Function! Sample reader with a internal queue, used for ISampleStreamAccess::PushRead! Make sure the trigger function empties the queue!! |
| Csample_stream | |
| Csample_streamer | |
| Csample_writer | |
| Csize_limited_sample_reader_queue | |
| Cstream_meta_type | |
| Cstream_meta_type_anonymous | Use this Stream Meta Type only if no property should be set and you do not share and record these data. Anonymous can be any kind of data |
| Cstream_meta_type_audio | Use this Stream Meta Type for describing a audio stream with samples and sample rate |
| Cstream_meta_type_image | Use this Stream Meta Type for describing a video stream with single frames and there format and set the values with set_stream_type_image_format |
| Cstream_meta_type_plain | Use this Stream Meta Type if your sample data will be any of this type: bool, uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t, uint64_t, int64_t, float or double |
| Cstream_type_plain | Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_plain ("adtf/plaintype") |
| Cstreaming_level_machine | |
| Ctime_limited_sample_reader_queue | |
| CtStreamImageFormat | |
| ►Ncatwo | Namespace for all functionality of the ADTF Streaming SDK provided since v3.2 |
| CcBindingProxyInPort | |
| CcSampleStreamingSink | |
| CcSampleStreamingSource | |
| ►Nelasto | Namespace for all functionality of the ADTF Streaming SDK provided since v3.4 |
| CcWeakBindingServer | |
| ►Nflash | Namespace for all functionality of the ADTF Streaming SDK provided since v3.5 |
| ►Ndetail | Namespace for all internally used functionality implemented |
| CcExternalSampleReaderQueue | |
| Cfunction_type_from_operator | |
| Cfunction_type_from_operator< Ret(Class::*)(Args...) const > | |
| CcConfigurableInPin | |
| CcConfigurableOutPin | |
| CcExternalQueueSampleReader | |
| CcExternalQueuesWrapper | |
| CcFilterGraphDataInPort | |
| CcFilterGraphDataOutPort | |
| CcFilterGraphRunnerPort | |
| CcInPin | |
| CcLastSamplesCollector | |
| CcNamedGraphObject | |
| CcOutPin | |
| CcSampleReader | The default Sample Reader will read the incomung Stream of a IInPin. This sample reader has no internal queue! Make sure if you use this sample reader with ISampleStreamAccess::PushRead to register a external queue or to override the adtf::streaming::ant::cSampleReader::ReadNextSample and adtf::streaming::ant::cSampleReader::Push methods. |
| CcSampleSetCollector | |
| CcSampleStream | |
| CcSampleStreamInPort | |
| CcSampleStreamOutPort | |
| CcSampleWriter | |
| CcTimeBasedSampleSetCollector | |
| CIExternalReaderQueues | |
| Cis_stream_meta_type | |
| CISample | |
| CISampleReader | |
| CISampleStreamer | |
| CISampleWriter | |
| CIStreamerPin | |
| Coutput_sample_data | |
| Csample_data | |
| Csample_reader | Reads and stores Samples within the given queue implementation INTERNAL_QUEUE |
| Csample_writer | |
| Cstream_type | |
| ►Nhollow | Namespace for all functionality of the ADTF Streaming SDK provided since v3.7 |
| CcCamelionStreamMetaType | |
| CcCamelionStreamType | |
| CcFilterGraphClientPort | |
| CcRequestBroker | |
| CcSubStreamTypes | |
| CIInternalBindingProxy | |
| CISample | |
| CIStreamingRequest | |
| CIStreamingRequests | |
| CIStreamTypeHandler | |
| Crequestable_writer | |
| Cstream_meta_type_substreams | Use cSubStreamTypes to create a Stream Type instance for this Stream Meta Type |
| Cwriter_with_request_broker | |
| ►Nkiwi | Namespace for all functionality of the ADTF Streaming SDK provided since v3.10 |
| CcNullReader | |
| ►Nlucky | Namespace for all functionality of the ADTF Streaming SDK provided since v3.11 |
| Cstream_meta_type_image | Use this Stream Meta Type for describing a video stream with single frames and there format and set the values with set_stream_type_image_format. |
| CtStreamAudioFormat | |
| ►Npenguin | Namespace for all functionality of the ADTF Streaming SDK provided since v3.15 |
| Csample_data | |
| Csample_data< T, typename std::enable_if_t< std::is_trivially_copyable< T >::value > > | |
| Cstream_meta_type_plain | Use this Stream Meta Type if your sample data will be any of this type: bool, uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t, uint64_t, int64_t, float, double or plain array T[], std::array, std::vector of them |
| Cstream_meta_type_string | Use this Stream Meta Type if your sample data will be any of this type: std::string, std::u16string |
| Cstream_type_anonymous | Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_anonymous ("adtf/anonymous") |
| Cstream_type_audio | Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_audio ("adtf/audio") |
| Cstream_type_image | Generator template to create an instance of a ant::IStreamType class for lucky::stream_meta_type_image ("adtf/image") |
| Cstream_type_plain | Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_plain ("adtf/plaintype") |
| Cstream_type_plain< T< ValueType, szArraySize > > | Specialization for stream_type_plain<std::array<VAL_T, N>> |
| Cstream_type_plain< ValueType[szArraySize]> | Specialization for stream_type_plain<ValueType[N]>> (i.e. uint8_t[2345] or int32_t[10]) |
| Cstream_type_string | Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_string ("adtf/string") |
| Cstream_type_string< std::string > | |
| Cstream_type_string< std::u16string > | |
| Cstream_type_string< std::wstring > | |
| ►Nquiet | Namespace for all functionality of the ADTF Streaming SDK provided since v3.16 |
| CcConfigurableInPin | |
| CcConfigurableOutPin | |
| CcFilterGraphDataInPort | |
| CcFilterGraphDataOutPort | |
| CcFilterGraphRunnerPort | |
| CcInPin | |
| CcOutPin | |
| CcSampleStream | |
| CcSampleStreamInPort | |
| CcSampleStreamOutPort | |
| CITriggerPipeHierachy | |
| ►Nspider | Namespace for all functionality of the ADTF Streaming SDK provided since v3.18 |
| CIActiveRunner | |
| ►Ntesting | Namespace for all testing functionality provided within the ADTF Streaming SDK |
| ►Nant | Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.0 |
| CcPinOutputTester | |
| CcSampleWriterTester | |
| ►Nflash | Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.5 |
| CcSampleWriterTester | |
| ►Npenguin | Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.15 |
| CcDisconnector | |
| CcDisconnector | |
| CcPinOutputTester | |
| CcSampleWriterTester | |
| ►Nthor | Namespace for all functionality of the ADTF Streaming SDK provided since v3.19 |
| CISample | |
| ►Nvision | Namespace for all functionality of the ADTF Streaming SDK provided since v3.21 |
| CcRequestForwardingWriter | |
| CcSampleStream | |
| CIBlockableSampleStream | |
| Crequest_forwarding_reader | |
| ►Nwolverine | Namespace for all functionality of the ADTF Streaming SDK provided since v3.22 |
| CcSampleStream | |
| CISampleStreamStatistics | Samplestream statistics Interface. This interface describes statistical information of an ISampleStream |
| ►Nzebra | Namespace for all functionality of the ADTF Streaming SDK provided since v3.25 |
| CIFilterGraph | |
| Cbinding_proxy | Bring latest ant::binding_proxy to default scope |
| Cbinding_type | Bring latest ant::binding_type to users scope |
| CcActiveRunner | |
| CcBindingClient | |
| CcBindingProxyInPort | Bring latest ant::cBindingProxyInPort to users scope |
| CcBindingProxyOutPort | Bring latest ant::cBindingProxy to users scope |
| CcBindingServer | |
| CcBindingType | Bring latest ant::cBindingType to users scope |
| CcCamelionStreamType | |
| CcConfigurableInPin | |
| CcConfigurableOutPin | |
| CcDefaultBindingProxy | Bring latest ant::cDefaultBindingProxy to default scope |
| CcDynamicSampleReaderQueue | Implementation of a adtf::streaming::ant::ISampleReaderQueue with dynamic growing sample queue |
| CcExternalQueueSampleReader | |
| CcExternelQueueSampleReader | Sample reader which allows the registration of external queue |
| CcFilterBase | Implements a basic filter that supports the ant::IFilter interfaces |
| CcFilterGraph | |
| CcFilterGraphClientPort | Bring latest ant::cFilterGraphClientPort to users scope |
| CcFilterGraphDataInPort | Bring latest ant::cFilterGraphDataInPort to users scope |
| CcFilterGraphDataOutPort | Bring latest ant::cFilterGraphDataOutPort to users scope |
| CcFilterGraphRunnerPort | Bring latest ant::cFilterGraphRunnerPort to users scope |
| CcFilterGraphServerPort | Bring latest ant::cFilterGraphServerPort to users scope |
| CcGraph | Bring the latest ant::cFilterGraph to users scope |
| CcInPin | |
| CcLastSamplesCollector | |
| CcNamedGraphObject | |
| CcNullReader | |
| CcOutPin | |
| CcReferenceSample | |
| CcRequestForwardingWriter | |
| CcRunner | |
| CcSample | |
| ►CcSampleLogEntry | Brings latest ant::cSampleLogEntry to users scope |
| CIHandleInfo | Internal callback class to get valid names for the cSampleLogEntry::ToString function |
| CcSampleLogEntryTransmitReceiveStateBuffer | Brings latest ant::cSampleLogEntryTransmitReceiveStateBuffer to users scope |
| CcSampleReader | The default Sample Reader will read the incomung Stream of a IInPin. This sample reader has no internal queue! Make sure if you use this sample reader with ISampleStreamAccess::PushRead to register a external queue or to override the adtf::streaming::ant::cSampleReader::ReadNextSample and adtf::streaming::ant::cSampleReader::Push methods. |
| CcSampleSetCollector | |
| CcSampleStream | Bring latest ant::cSampleStream to users scope |
| CcSampleStreamingSink | |
| CcSampleStreamingSource | |
| CcSampleStreamInPort | Bring latest quiet::cSampleStreamInPort to users scope |
| CcSampleStreamOutPort | Bring latest quiet::cSampleStream to users scope |
| CcSampleWriter | |
| CcStreamingGraph | |
| CcStreamItem | |
| CcStreamMetaType | Brings latest ant::cStreamMetaType to the users scope |
| CcStreamType | Brings latest ant::cStreamType to the users scope |
| CcTimeBasedSampleSetCollector | |
| CcWeakBindingServer | |
| Cgraph | |
| Cgraph_connection | |
| CIActiveRunner | Alias moving ant::IActiveRunner into scope |
| CIBindingClient | |
| CIBindingObject | Brings latest ant::IBindingObject to users scope |
| CIBindingProxy | |
| CIBindingProxyInPort | |
| CIBindingProxyOutPort | |
| CIBindingServer | |
| CIBindingType | Brings latest ant::IBindingType to users scope |
| CIBlockableSampleStream | |
| CIDataBinding | Brings the latest ant::IDataBinding to users scope |
| CIDynamicDataBinding | |
| CIDynamicInterfaceBinding | |
| CIFilter | |
| CIFilterGraph | Keeping ant::IFilterGraph for compatibility |
| CIFilterGraphConnection | Brings the ant::IFilterGraphConnection to users scope |
| CIFilterGraphDataInPort | Brings latest ant::IFilterGraphDataInPort to the users scope |
| CIFilterGraphDataOutPort | Brings latest ant::IFilterGraphDataOutPort to the users scope |
| CIFilterGraphDataPort | Brings latest ant::IFilterGraphDataPort to the users scope |
| CIFilterGraphInterfaceClientPort | Brings latest ant::IFilterGraphInterfaceClientPort to the users scope |
| CIFilterGraphInterfacePort | Brings latest ant::IFilterGraphInterfacePort to the users scope |
| CIFilterGraphInterfaceServerPort | Brings latest ant::IFilterGraphInterfaceServerPort to the users scope |
| CIFilterGraphPort | Brings latest ant::IFilterGraphPort to the users scope |
| CIFilterGraphRunnerPort | Brings latest ant::IFilterGraphRunnerPort to the users scope |
| CIGraph | |
| CIGraphConnection | |
| CIInPin | Brings latest ant::IInPin to the users scope |
| CIInterfaceBinding | |
| CIInternalBindingProxy | |
| CINamedGraphObject | Bring latest ant::INamedGraphObject to users scope |
| Cinterface_binding | Bring latest ant::interface_binding to users scope |
| CIOutPin | Brings latest ant::IOutPin to the users scope |
| CIPin | Brings latest ant::IInPin to the users scope |
| CIRunner | Alias always bringing the latest version of ant::IRunner into scope |
| CIRuntimeBehaviour | Brings the latest ant::IRuntimeBehaviour to users scope |
| Cis_stream_meta_type | |
| CISample | |
| CISampleBuffer | Bring latest ant::ISampleBuffer to users scope |
| CISampleBufferFactory | Bring latest ant::ISampleBufferFactory to users scope |
| CISampleInfo | Brings latest ant::ISampleInfo to users scope |
| CISampleInStream | Brings latest ant::ISampleInStream to the users scope |
| CISampleOutStream | Brings latest ant::ISampleOutStream to the users scope |
| CISampleReader | Brings the latest ant::ISampleReader in users scope |
| CISampleReaderQueue | Interface to create a sample reader buffer |
| CISampleSerialization | |
| ►CISampleStream | Bring latest ant::ISampleStream to users scope |
| CIPushReadEventSink | |
| CISampleStreamAccess | Bring the latest ant::ISampleStreamAccess into user scope |
| CISampleStreamer | Brings the latest ant::ISampleStreamer in users scope |
| CISampleStreamingSink | |
| CISampleStreamingSource | |
| CISampleStreamInPort | |
| CISampleStreamOutPort | |
| CISampleStreamStatistics | Samplestream statistics Interface. This interface describes statistical information of an ISampleStream |
| CISampleWriter | Brings the latest ant::ISampleWriter in users scope |
| CIStreamingGraph | Bring lates to user scope |
| CIStreamingInPort | Bring lates to user scope |
| CIStreamingOutPort | Bring lates to user scope |
| CIStreamingPort | Bring lates to user scope |
| CIStreamingRequest | |
| CIStreamingRequests | |
| CIStreamingService | |
| CIStreamingSink | |
| CIStreamingSource | |
| CIStreamItem | Brings latest ant::IStreamItem to users scope |
| CIStreamMetaType | Defines access methods for a Stream Meta Type |
| CIStreamType | Defines access methods for the interface of a Stream Type |
| CIStreamTypeHandler | |
| CITriggerPipe | Bring latest ant::ITriggerPipe to users scope |
| CITriggerPipeHierachy | Bring latest quiet::ITriggerPipeHierachy to users scope |
| CITriggerPipeItem | Bring latest ant::ITriggerPipeItem to users scope |
| CITriggerPipeSource | Bring latest ant::ITriggerPipeSource to users scope |
| Cnamed_graph_object | Brings latest ant::named_graph_object to the users scope |
| Coutput_sample_data | |
| Crequest_forwarding_reader | |
| Crequestable_writer | |
| Cruntime_behaviour | Brings latest ant::runtime_behaviour to the users scope |
| Csample_data | |
| Csample_reader | Reads and stores Samples within the given queue implementation INTERNAL_QUEUE |
| Csample_stream | |
| Csample_writer | |
| Csize_limited_sample_reader_queue | |
| Cstream_meta_type | Brings latest ant::stream_meta_type to the users scope |
| Cstream_meta_type_anonymous | Use this Stream Meta Type only if no property should be set and you do not share and record these data. Anonymous can be any kind of data |
| Cstream_meta_type_audio | Use this Stream Meta Type for describing a audio stream with samples and sample rate |
| Cstream_meta_type_image | Use this Stream Meta Type for describing a video stream with single frames and there format and set the values with set_stream_type_image_format. |
| Cstream_meta_type_plain | Use this Stream Meta Type if your sample data will be any of this type: bool, uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t, uint64_t, int64_t, float, double or plain array T[], std::array, std::vector of them |
| Cstream_meta_type_string | Use this Stream Meta Type if your sample data will be any of this type: std::string, std::u16string |
| Cstream_meta_type_substreams | Use cSubStreamTypes to create a Stream Type instance for this Stream Meta Type |
| Cstream_type | Brings latest flash::stream_type to the users scope |
| Cstream_type_anonymous | Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_anonymous ("adtf/anonymous") |
| Cstream_type_audio | Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_audio ("adtf/audio") |
| Cstream_type_image | Generator template to create an instance of a ant::IStreamType class for lucky::stream_meta_type_image ("adtf/image") |
| Cstream_type_plain | Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_plain ("adtf/plaintype") |
| Cstream_type_string | Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_string ("adtf/string") |
| Ctime_limited_sample_reader_queue | |
| Ctrigger_pipe_item | |
| Ctrigger_pipe_source | |
| CtStreamAudioFormat | |
| CtStreamImageFormat | |
| ►Nsystem | Namespace for the ADTF System SDK |
| ►Nant | Namespace for all functionality of the ADTF System SDK provided since v3.0 |
| CcADTFService | |
| CcADTFSystem | |
| CcBaseClock | |
| CcDiscreteClock | |
| CcInterpolatingClock | |
| CICacheStatus | |
| ►Nflash | Namespace for all functionality of the ADTF System SDK provided since v3.5 |
| CcBaseClock | |
| CcDiscreteClock | |
| ►Nhollow | Namespace for all functionality of the ADTF System SDK provided since v3.7 |
| CcInterpolatingClock | |
| ►Nlucky | Namespace for all functionality of the ADTF System SDK provided since v3.11 |
| CcInterpolatingClock | |
| ►Ntesting | Namespace for all testing functionality of the ADTF System SDK |
| ►Ngiant | Namespace for all testing functionality of the ADTF System SDK provided since v3.6 |
| CcSessionTestSystem | |
| CcTestResourceCopier | |
| CcTestSystem | |
| ►Nlucky | Namespace for all testing functionality of the ADTF System SDK provided since v3.11 |
| ►CcTestLogger | |
| CtMessage | |
| CtMessages | |
| CcSessionTestSystem | |
| ►CcTestLogger | |
| CtMessage | |
| CtMessages | |
| CcTestResourceCopier | |
| CcTestSystem | |
| ►Nyak | Namespace for all functionality of the ADTF System SDK provided since v3.24 |
| CtResolvedMacro | |
| CcADTFService | |
| CcADTFSystem | |
| CcBaseClock | |
| CcDiscreteClock | |
| CcInterpolatingClock | |
| CcKernelThreadLoop | |
| CICacheStatus | |
| Ckernel_runnable | |
| Ckernel_thread | |
| Ckernel_thread_looper | |
| Ckernel_timeout | |
| Ckernel_timer | |
| CtResolvedMacro | |
| ►Ntesting | Namespace for the ADTF Testing SDK |
| ►Ngiant | Namespace for all functionality provided since v3.6 |
| Ctest_runtime | |
| Ctest_runtime | |
| ►Nucom | Namespace for the ADTF uCOM SDK |
| ►Nant | Namespace for all functionality of the ADTF UCOM SDK provided since v3.0 |
| ►Ndetail | Namespace for all internally used functionality implemented |
| Cclass_info_detail | |
| Chas_class_dependencies_type | |
| Chas_class_versions_type | |
| Cobject_ptr_const_delegate | |
| Cobject_ptr_const_iobject_delegate | |
| Cobject_ptr_delegate | |
| Cobject_ptr_delegate_base | |
| Cobject_ptr_iobject_delegate | |
| Cobject_ptr_locked_common | |
| Cobject_ptr_storage | |
| CcClassInfo | |
| CcEventSource | |
| Cclass_factory | |
| CcLockedObject | |
| CcPlugin | |
| CcPluginInfo | |
| CcPooledClassFactory | |
| CcService | |
| CcServiceLevelmachine | |
| CcSharedLockedObject | |
| CcStream | |
| Cdefault_object | Declares the class to use when implementing IObject::GetInterface() using inheritance |
| Cdefault_object< inherit_from< Parents... >, expose_interfaces< Interfaces... >, Child > | Used to implement IObject::GetInterface() methods with given interfaces to expose |
| Cenable_object_ptr_from_this | Safely retrieve a valid object_ptr<> instance to *this when all we have is *this |
| Cexpose_interfaces | Meta struct template evaluated at compile time when compiling default_object |
| Cextend_object | Used to implement IObject::GetInterface() methods with given interfaces to expose |
| Cforward_iterator | POD forward iterator type using a forward iterator interface to iterate over a sequence |
| CIBidirectionalIterator | Bidirectional iterator interface details Additionally providing method Previous() for POD bidirectional iterators |
| CIClassFactory | |
| CIClassInfo | |
| ►CIDevice | |
| CtDeviceConfig | Device configuration structure |
| CtDeviceInfo | Device information |
| CIEventSink | |
| CIEventSource | |
| CIForwardIterator | Forward iterator interface providing method Next() usable by POD forward iterators |
| CIInputStream | |
| CILockedObject | |
| CILogger | |
| Cinherit_from | Meta struct template evaluated at compile time when compiling default_object |
| Cinterface_expose | |
| CIObject | |
| Ciobject_enum | |
| Ciobject_ptr | Base object pointer to realize binary compatible reference counting in interface methods |
| Ciobject_ptr< const T > | Base object pointer to realize binary compatible reference counting in interface methods |
| Ciobject_ptr_base | Base class for iobject_ptr<T> defining their commonly used interface methods |
| Ciobject_ptr_locked | |
| Ciobject_ptr_shared_locked | |
| CIObjectCompatibility | |
| CIObjectInfo | |
| CIObjectPool | |
| CIOutputStream | |
| CIPlugin | |
| CIPluginInfo | |
| CIPluginLogging | |
| CIRandomAccessIterator | Random access iterator interface |
| CIRuntime | |
| ►CIRuntimeHook | |
| CtHookInfo | |
| CIScriptable | |
| CISerializable | |
| CIService | |
| CISharedLockedObject | |
| CIStream | |
| Citerator_adapter | Adapter for begin and end iterators - usable as return and parameter value in interfaces |
| Citerator_adapter< T, pointer_iterator > | Adapter for beginning and end iterators which are pointers (e.g. std::array<>::iterator) |
| ►Clevel_machine | |
| Cdispatcher | |
| Cdispatcher< Handler, InnerHandlers... > | |
| Chandler | |
| Cobject_enum | |
| Cobject_enum_base | Basic object interface implementation template |
| Cobject_ptr | |
| Cobject_ptr_locked | |
| Cobject_ptr_shared_locked | |
| Cplugin_initializer | |
| Cplugin_template | |
| Cplugin_version_default | |
| Cpointer_iterator | Empty struct template to specialize implementations of iterator interfaces |
| CtDependencyDescription | Dependency description usable for ADTF_CLASS_DEPENDENCIES() |
| CtNamedVersion | Named version information consisting of the modules name and its adtf_util::tVersion |
| Cucom_type_streamer | |
| Cucom_type_streamer< adtf_util::cString > | |
| Cweak_object_ptr | Implementation of a weak pointer for usage with iobject_ptr and object_ptr |
| ►Ncatwo | Namespace for all functionality of the ADTF UCOM SDK provided since v3.2 |
| ►Ndetail | Namespace for all internally used functionality implemented |
| Cbase_dispatcher | |
| Cbase_dispatcher< BaseClass, typename std::enable_if<!is_interface< BaseClass >::value &&!has_get_interface< BaseClass >::value >::type > | This template is for base classes that are no interfaces and do not implement IObject |
| Cbase_dispatcher< BaseClass, typename std::enable_if<!is_interface< BaseClass >::value &&has_get_interface< BaseClass >::value >::type > | This template forwards a GetInterface call to a base class |
| Cbase_dispatcher< Interface, typename std::enable_if< is_interface< Interface >::value >::type > | This template returns a pointer to the implemented Interface if requested |
| Cbase_dispatcher< void, void > | |
| Cderive_from | |
| Cderive_from_with_hierarchy | |
| Cderive_from_without_hierarchy | |
| Cexpose_additional_interfaces | |
| Chas_get_interface | Template that checks whether a type has an accessible (protected or public) GetInterface method |
| Chas_interface_type | Template that checks whether a type has an accessible interface_type property |
| Cis_interface | Template that checks whether a type is an interface with an IID |
| Cis_interface< T, typename std::enable_if< has_interface_type< T >::value &&!is_interface_helper< T >::value >::type > | |
| Cis_interface< T, typename std::enable_if< has_interface_type< T >::value &&is_interface_helper< T >::value >::type > | |
| Cis_interface< T, typename std::enable_if<!has_interface_type< T >::value >::type > | |
| Cobject_without_iobject | This template is used to prevent an ambiguous base of ucom::ant::IObject |
| Cobject_without_iobject< Base, Bases... > | This template is used to prevent an ambiguous base of ucom::ant::IObject. |
| Cparent_follows_child | This template checks if parent interfaces are not specified before their children |
| Cparent_follows_child< Base, NextBase, Bases... > | this template checks if parent interfaces are not specified before their children |
| Cobject | |
| Cobject< Base, Bases... > | |
| ►Ndetail | Namespace for all internally used functionality implemented |
| Cclass_info_detail | Alias always bringing the latest version of ant::detail::class_info_detail into scope |
| ►Nhollow | Namespace for all functionality of the ADTF UCOM SDK provided since v3.7 |
| CIPluginInfo | |
| ►Nnitro | Namespace for all functionality of the ADTF UCOM SDK provided since v3.13 |
| Cfunction_wrapper | |
| Cfunction_wrapper< ResultType(Arguments...)> | |
| Cifunction | |
| Cifunction< ResultType(Arguments...)> | |
| ►Nspider | Namespace for all functionality of the ADTF UCOM SDK provided since v3.18 |
| CIRuntimeStartup | |
| ►Ntesting | Namespace for all provided testing functionality helper |
| ►Nant | Namespace for all functionality of the ADTF UCOM SDK provided since v3.0 |
| CcExecutorThread | |
| CcTestRuntime | |
| Cexec_forward | |
| Cexec_forward< adtf::system::ant::cADTFSystem > | |
| Cruntime_executor | |
| CcTestRuntime | |
| Cexec_forward | |
| Cruntime_executor | |
| ►Nvision | Namespace for all functionality of the ADTF UCOM SDK provided since v3.21 |
| CIPluginLogging | |
| CIRuntimeArguments | |
| CcClassInfo | Alias always bringing the latest version of ant::cClassInfo into scope |
| CcEventSource | |
| Cclass_factory | Alias always bringing the latest version of ant::class_factory into scope |
| CcLockedObject | Alias always bringing the latest version of ant::cLockedObject into scope |
| CcPlugin | |
| CcPooledClassFactory | Always bringing the latest version of ant::cPooledClassFactory into scope |
| CcRuntime | |
| CcService | |
| CcSharedLockedObject | Alias always bringing the latest version of ant::cLockedObject into scope |
| CcStream | |
| Cfunction_wrapper | |
| CIEventSink | Alias always bringing the latest version of ant::IEventSink into scope |
| CIEventSource | Alias always bringing the latest version of ant::IEventSource into scope |
| Cifunction | |
| CIInputStream | |
| CILockedObject | Alias always bringing the latest versions into scope |
| CILogger | |
| Ciobject_enum | |
| Ciobject_ptr_locked | |
| Ciobject_ptr_shared_locked | |
| CIOutputStream | |
| CIPlugin | Alias always bringing the latest version of ant::IPlugin into scope |
| CIPluginLogging | |
| CIRuntime | Alias always bringing the latest version of ant::IRuntime into scope |
| ►CIRuntimeHook | Alias always bringing the latest version of ant::IRuntimeHook into scope |
| CtHookInfo | |
| CIRuntimeStartup | |
| CISharedLockedObject | |
| CIStream | Alias always bringing the latest version of ant::IStream into scope |
| ►Clevel_machine | |
| Cdispatcher | |
| Cdispatcher< Handler, InnerHandlers... > | |
| Chandler | |
| Cobject | |
| Cobject_enum | |
| Cobject_ptr | Alias always bringing the latest version of ant::object_ptr into scope |
| Cobject_ptr_locked | |
| Cobject_ptr_shared_locked | |
| Cplugin_initializer | |
| Cplugin_template | |
| Cplugin_version_default | |
| Cruntime | |
| Cucom_type_streamer | |
| ►Nadtf_file | Namespace for ADTF File library |
| ►Nadtf2 | Namespace for support of ADTF 2 files |
| CAdtfCoreMediaSampleDeserializer | SampleDeserializer for ADTF 2 Media Samples |
| CAdtfCoreMediaSampleSerializer | SampleSerializer for ADTF 2 Media Samples |
| CAdtfCoreMediaTypeAudioDeserializer | Default StreamTypeDeserializer for ADTF 2 Media Type (uncompressed audio with audio sample description) |
| CAdtfCoreMediaTypeAudioSerializer | Default StreamTypeSerializer for ADTF 2 Media Type (uncompressed audio with audio sample description) |
| CAdtfCoreMediaTypeDeserializer | Default StreamTypeDeserializer for ADTF 2 Media Type (major and minor type pair) |
| CAdtfCoreMediaTypeSerializer | Default StreamTypeSerializer for ADTF 2 Media Type (major and minor type pair) |
| CAdtfCoreMediaTypeVideoDeserializer | Default StreamTypeDeserializer for ADTF 2 Media Type (uncompressed video with bitmap description) |
| CAdtfCoreMediaTypeVideoSerializer | Default StreamTypeSerializer for ADTF 2 Media Type (uncompressed video with bitmap description) |
| CAudioFormat | Audio format description used within ADTF 2 files |
| CBitmapFormat | Bitmap description structure within ADTF 2 files |
| CIndexedDataDescriptionMediaTypeDeserializer | Default StreamTypeDeserializer for ADTF 2 Media Type (with indexed data description) |
| CIndexedDataMediaSampleDeserializer | SampleDeserializer for ADTF 2 MediaSamples with indexed data |
| CPaletteEntry | Palette structure within ADTF 2 files |
| CStandardTypeSerializers | Default container with all ADTF 2 StreamTypeSerializer provided by the ADTF File Library |
| ►Nadtf3 | Namespace for support of ADTF 3 files |
| CHashValueStorage | Value Storage struct |
| CMediaDescriptionDeserializer | DDL based Sample Deserializer implementation for ADTF 3 Samples with timestamps of microseconds resolution. This deserializer deserializes the DDL described values of the sample content from the input stream into the sample data buffer adtf_file::ReadSample::beginBufferWrite |
| CMediaDescriptionDeserializerNs | DDL based Sample Deserializer implementation for ADTF 3 Samples with timestamps of nanoseconds resolution. This deserializer deserializes the DDL described values of the sample content from the input stream into the sample data buffer adtf_file::ReadSample::beginBufferWrite |
| CMediaDescriptionSerializer | DDL based Sample Serializer implementation for ADTF 3 Samples with timestamps of microseconds resolution. This serializer serializes the DDL described values of the sample content from the sample data buffer adtf_file::WriteSample::beginBufferRead into the output stream |
| CMediaDescriptionSerializerNs | DDL based Sample Serializer implementation for ADTF 3 Samples with timestamps of nanoseconds resolution. This serializer serializes the DDL described values of the sample content from the sample data buffer adtf_file::WriteSample::beginBufferRead into the output stream |
| CSampleCopyDeserializer | SampleDeserializer for ADTF 3 Samples with timestamp of microseconds resolution. This deserializer "only" memcpy the sample content from the input stream into the sample data buffer adtf_file::ReadSample::beginBufferWrite |
| CSampleCopyDeserializerNs | SampleDeserializer for ADTF 3 Samples with timestamp of nanoseconds resolution. This deserializer "only" memcpy the sample content from the input stream into the sample data buffer adtf_file::ReadSample::beginBufferWrite |
| CSampleCopySerializer | Standard Sample Copy Serializer implementation for ADTF 3 Samples with timestamps of microseconds resolution This serializer "only" memcpy the sample content from the sample data buffer adtf_file::WriteSample::beginBufferRead into the output stream |
| CSampleCopySerializerNs | Standard Sample Copy Serializer implementation for ADTF 3 Samples with timestamps of nanoseconds resolution This serializer "only" memcpy the sample content from the sample data buffer adtf_file::WriteSample::beginBufferRead into the output stream |
| CStandardTypeSerializers | Default container with all ADTF 3 StreamTypeSerializer provided by the ADTF File Library |
| CStreamTypeDeserializer | Default stream type deserializer of ADTF 3 stream types |
| CStreamTypeSerializer | Default stream type serializer of ADTF 3 stream types |
| CSubstreamProperties | |
| CSubstreamType | |
| ►Nexceptions | Namespace for exceptions |
| CSeekingNotSupported | Exception thrown by proxy readers whose worker readers do not support seeking |
| CADTF2StreamTypeSerializer | ADTF2 stream type serializer interface class to write ADTF 2 stream types |
| CADTFDatFileReader | ADTF File Reader to deserialze and read the content of a ADTF DAT File |
| CADTFDatFileReaderFactory | Special Reader factory to make readers for "adtfdat" files |
| CADTFDatFileWriter | Default ADTF DAT File Writer to write an ADTF DAT File (IFHD file with ADTF type and sample content) |
| CConfigurable | |
| CDefaultSample | Default Sample implementation |
| CDefaultStreamType | Default stream type implementation |
| CExplicitReader | |
| CExtension | Extension class for file extension. These extension are i.e.: |
| CFileItem | Class to create or read a file item. This file item is either a sample, streamtype or trigger |
| CInputStream | Interface class for input streams |
| CLogEntry | Bundles all data associated with a single log event |
| CLogger | Abstract sink for log messages produced by the adtf_file library |
| CObject | Base interface class for all available objects of the ADTF File Library that can be added to the objects singleton of the library ( getObjects ) |
| CObjects | Container for objects. this object container can be retrieved as objects singleton of the library via getObjects |
| COutputStream | Interface class for an output stream |
| CPluginInitializer | Plugin initializer class to use within a ADTF File Library plugin |
| CPropertyBuilder | The PropertyBuilder class is an easy way to define a property with additional meta information. Multiple properties can be easily linked to an entire configuration using the "+" operator |
| CPropertyStreamType | The default interface class for stream types |
| CPropertyValue | PropertyValue variant class |
| CReader | |
| CReaderFactories | |
| CReaderFactory | Reader Factory interface to create a reader |
| CReaderFactoryImplementation | Default Reader factory implementation for readers using a standard default CTOR |
| CReadRawSampleInfo | Interface class for reading sample information |
| CReadSample | Interface class for samples that are read from a Reader |
| CReferencedFilesExtension | Referenced File Extension Interpreter to hold a collection of file paths. This class is ables to read and write the collection of file paths as data content to a Reader extensions |
| CSample | Sample base class |
| Csample_deserializer_factory | Default implementation template for a SampleDeserializerFactory creating |
| Csample_factory | Template class for a sample factory to create sample with implementation type SAMPLE_CLASS |
| Csample_serializer_factory | Default implementation template for SampleSerializerFactory to create an instance of the serialzer type SERIALIZER |
| CSampleCopy | Interface for copying the contents of one sample into another, probably sharing resources (such as the sample buffer) |
| CSampleDeserializer | Sample deserializer interface to deserialize a sample |
| CSampleDeserializerFactories | Container class for SampleDeserializerFactory |
| CSampleDeserializerFactory | SampleDeserializerFactory interface class |
| CSampleFactory | Base class for a sample factory to create sample used by the Reader |
| CSampleSerializer | Interface class for a sample serializer. Usually the implementaion has a serialization state depending on the last setStreamType call |
| CSampleSerializerFactories | Container class for SampleSerializerFactory |
| CSampleSerializerFactory | Interface class for sample serializer |
| CSeekableReader | Interface for seekable Reader, where the file position can be adapted |
| CSourceLocation | Identifies the source code location where a log message was emitted |
| CStandardReader | Standard Reader class to use the ADTFDatFileReader in default way |
| CStandardSampleDeserializers | Default container with all SampleDeserializer factories provided by the ADTF File Library |
| CStandardSampleSerializers | Default container with all SampleSerializer factories provided by the ADTF File Library |
| CStandardTypeDeserializers | Default container with all StreamTypeDeserializer provided by the ADTF File Library |
| CStream | Class to create and describe a stream within a adtf_file::Reader. Each stream has an identifier stream_id. This stream_id is used to mark a corresponding FileItem |
| Cstream_type_factory | Template class for a streamtype factory to create streamtypes with implementation type STREAM_TYPE_CLASS |
| CStreamItem | Base class for either a sample, streamtype or trigger. Following stream items are possible: |
| CStreamType | Stream Type base class |
| CStreamTypeDeserializer | StreamType deserializer interface to deserialize a stream type |
| CStreamTypeDeserializers | Container class for StreamTypeDeserializers |
| CStreamTypeFactory | Base class for a streamtype factory to create streamtypes used by the Reader |
| CStreamTypeSerializer | Interface class for stream type serializers |
| CStreamTypeSerializers | Container class for StreamTypeSerializer |
| CTrigger | Trigger base class |
| CWriteRawSampleInfo | Interface class for writing sample information |
| CWriteSample | Interface class for samples that are written |
| ►Nadtfdat_processing | Namespace for ADTF DAT Processing library |
| ►Nmeta_info | Namespace for meta information |
| CDefaultFilenameExtension | Easy way to define the default filename extension for an ADTF file processor. The class can be linked to an entire configuration using the "+" operator, analogous to PropertyBuilder |
| CDemultiplexer | |
| CMultiFileReader | Abstract base class for a multi reader. To use this class you need to override MultiFileReader::getFactories |
| CMultiplexer | |
| COffsetReaderWrapper | |
| CProcessor | |
| CProcessorFactories | |
| CProcessorFactory | |
| CProcessorFactoryImplementation | |
| CReferencedFilesReader | Reader implementation to read multiple files and its referenced files extension |
| CSampleTimestampSanitizerReader | Proxy Reader that ensures sample timestamps are monotonically increasing without reordering samples. Only fixes non-monotonic sample timestamps. The logged file remains invalid in general. In contrast to 'sorted_by_timestamps', which reorders items, this reader adjusts timestamps, but preserves the original order. Using the wrong reader may further corrupt the data." |
| CSingleStreamProcessor | |
| CSortingProxyReader | Proxy Reader that allows you to sort items from delegate readers |
| CSortingReader | Proxy reader that reorders items within a sliding window to restore timestamp order. Only fixes out-of-order items. The logged file remains invalid in general. In contrast to 'sample_timestamp_sanitizer', which adjusts non-monotonic sample timestamps, this reader reorders the items but preserves the original sample data. Using the wrong reader may further corrupt the data." |
| CStreamRenamingReader | Proxy Reader that allows renaming input streams based on user-defined regex rules |
| CStreamsToSubstreamsReader | Proxy Reader that merges all streams into a single stream with substreams |
| CTimeExtensionReader | Proxy Reader that allows you to provide samples after the orignal reader has signal EOF |
| ►NCatch | Namespace for all functionality provided by catch2 integration in adtf::testing |
| CStringMaker< adtf::util::cFilename > | |
| CStringMaker< adtf::util::cString > | |
| CStringMaker< tError< Code > > | |
| CStringMaker< tResult > | |
| ►Nddl | Definition of the ddl namespace |
| ►Naccess_element | Definition of the access_element namespace (codecs) |
| CStructElementLegacy | Legacy helper for the ddl::StructElement |
| ►Ncodec | Namespace for the new faster CodecFactory/Decoder/Codec implementation |
| ►Ndetail | |
| CSourceValueConverter | Converter to convert from a value of SourceValueType to a value of ElementValueType |
| CSourceValueConverter< ElementValueType, SourceValueType, false > | Converter to convert from a value of SourceValueType to a value of ElementValueType |
| CSupportAnyFromFundamentalConversion | |
| CSupportAnyToFundamentalConversion | |
| CSupportedGetterValueType | |
| CSupportedLeafValueTypeExplicit | |
| CSupportedSetterValueType | |
| CSupportSourceTypeConversion | |
| CSupportTargetTypeConversion | |
| CTargetValueConverter | Converter to convert a value of ElementValueType to a value of TargetValueType |
| CTargetValueConverter< ElementValueType, TargetValueType, false > | Converter to convert a value of ElementValueType to a value of TargetValueType |
| CChildElements | Iteratable container type for the given Element type in ElementAccessType::element_type |
| CCodec | |
| CCodecConstantInfo | The constant info of a element |
| CCodecDefaultValueInfo | The default value info of a element |
| CCodecElement | A CodecElement to get and set values |
| CCodecElementAccess | A element access type concept template to retrieve element information from the AccessType, get and set the element value. This class is to retrieve common information of the element, get and set the element value content |
| CCodecFactory | |
| ►CCodecIndex | |
| CElementIndex | The element index at the CodecIndex |
| CCodecTypeInfo | Description of the elements Type |
| CDecoder | |
| CDecoderElement | A DecoderElement to get values |
| CDecoderElementAccess | A element access type concept template to retrieve element information from the AccessType and get the element value. This class is to retrieve common information of the element and get the element value content |
| CElementIterator | The element iterator |
| CElementIteratorConst | The const element iterator |
| CElementLayout | |
| CElementLayoutBase | |
| CFactoryElement | A FactoryElement |
| CFactoryElementAccess | A factory element access type concept template to retrieve element information from the AccessType. This class is to retrieve common information of the element |
| CLeafCodecIndex | The Leaf codec index is a small layout information index to access the decoders/codecs data very fast. There are following constraints: |
| CLeafLayout | Small leaf layout information to access codec data very fast |
| CLeafValueGetter | |
| CLeafValueSetter | |
| CPositionWithAlignedTypeSize | |
| CPositionWithTypeSize | |
| CPositionWithUsedBitsTypeSize | |
| CStaticCodec | |
| CStaticDecoder | |
| CValueGetter | |
| CValueGetter< DecoderType, std::string > | |
| CValueGetterSelect | |
| CValueGetterSelect< DecoderType, ValueType, true > | |
| CValueSetter | |
| CValueSetter< CodecType, std::string > | |
| CValueSetterSelect | |
| CValueSetterSelect< CodecType, ValueType, true > | |
| ►Ndd | Definition of the dd namespace |
| ►Ndatamodel | Definition of the datamodel namespace |
| CBaseUnit | BaseUnit |
| CDataDefinition | DataDefinition Datamodel This datamodel is observable for any change of: |
| CDataType | Observable DataDefinition object class to describe (POD) DataType |
| CElementType | Helper union class for an element that uses one of the datatype, enumtype, structtype |
| CEnumType | Observable DataDefinition object class to describe EnumType |
| CHeader | Data Definition datamodel for the Header |
| CIInfo | Basic Info interface can be added to the ddl::dd::datamodel::InfoMap |
| CInfo | Helper template class to create valid IInfo objects |
| CInfoMap | Info Map for the datamodel to hold a set of optional IInfo instances. Only one instance of one Info type is possible |
| CKeyValuePair | Observable KeyValuePair |
| ►CStream | Observable Stream DataDefinition object |
| CStruct | DataDefinition object class of datamodel to hold a streamstruct |
| CStreamMetaType | Observable DataDefinition object class to describe StreamMetaType |
| ►CStructType | Observable DataDefinition object class to describe StructType |
| CDeserializedInfo | Class to describe the deserialized information of a StructType::Element |
| CElement | Observable DataDefinition object class for a Element of a StructType |
| CSerializedInfo | Class to describe the serialized information of a StructType::Element |
| CTypeBase | Type Base defintion |
| ►CUnit | BaseUnit |
| CRefUnit | Datamodel for the refUnit |
| CUnitBase | UnitBase is the base class for Unit or BaseUnit |
| CUnitPrefix | Unit Prefix - datamodel pefixes |
| ►Nutility | Definition of the old compatibility utility namespace |
| ►Ndetail | |
| CTypeValidationInfo | Validation helper template for clear excpetion messages |
| CTypeValidationInfo< ddl::dd::datamodel::DataType > | Validation helper for DataType |
| CTypeValidationInfo< ddl::dd::datamodel::EnumType > | Validation helper for EnumType |
| CTypeValidationInfo< ddl::dd::datamodel::KeyValuePair > | Validation helper template for KeyValuePair |
| CTypeValidationInfo< ddl::dd::datamodel::StructType > | Validation helper for StructType |
| CTypeValidationInfo< ddl::dd::datamodel::StructType::Element > | Validation helper for StructType::Element |
| CModelObserverUtility | The ModelObserver utility template |
| CModelSubjectUtility | Model Subject utility to define a Model Subject that notifies one or more observers |
| COptional | An optional template as long as the std::optional is not available here |
| CTypeAccessList | Utility class for observable named items where the order is important |
| CTypeAccessMap | Utility class for observable named items where the order is NOT important |
| CAlignmentConversion | Alignment Conversion utility |
| CAlignmentValidation | Alignment ConvValidation utility |
| CArraySize | |
| CByteOrderConversion | ByteOrder Conversion utility |
| CByteOrderDefault | Default ByteOrder Discovery utility class |
| CDataDefinition | The Data Definiton class uses the validation model to keep a Data Definition datamodel (ddl::dd::datamodel::DataDefinition) valid or inform about inconsitence: See: |
| ►CDDFromXMLFactory | Factory to create a DataDefinition out of a XML based description. This factory uses a template type DOM_NODE_TYPE which is design to follow the a concept class type definition of the a_util::DOMElement |
| CAsOptional | |
| CMandatory | |
| CDDToXMLFactory | Template class to create DD DOM nodes with the help of the type DOM_NODE_TYPE |
| CDDXmlLiterals | Singleton for strings used frequently with DD XML serialization |
| CError | Exception helper class to collect information while parsing, adding DD Objects or other failed operatons |
| CProblem | Problem to report to find the corresponding item name in a simple way |
| CStructArrayElementAccessIterator | |
| CStructElementAccess | Class to access and obtain the byte position and other information of a instance of this element within a struct (see StructTypeAccess) |
| CStructElementAccessIterator | Iterator to iterate thru the StructTypeAccess |
| CStructTypeAccess | Accessing class for a instance of a struct. This will calculate the byte positions can be used for serialialization and deserialization |
| CVersion | DDL Version |
| CVersionConversion | Version conversion utility class |
| ►Nmapping | Definition of the mapping namespace |
| ►Ndatamodel | |
| ►CAssignment | Datamodel assignment class used in Target |
| CFunctionCall | FunctionCall type |
| CFunction | Datamodel function class used in MappingConfiguration |
| CHeader | Datamodel header class This class is observable |
| CMappingConfiguration | The mapping configuration datamodel |
| ►CParameterValue | Datamodel parameter value class used within Assignment |
| CConstValue | ConstValue type of the parameter |
| CInternalValue | InternalValue type of the parameter |
| CSourceValue | SourceValue type of the parameter |
| CProperty | Datamodel property class used in Source, Target, Function |
| CSource | Datamodel source class used in MappingConfiguration |
| CTarget | Datamodel target class within MappingConfiguration |
| ►CTrigger | Datamodel trigger class use within Target |
| CData | Data type of the trigger |
| CPeriod | Period type of the trigger |
| CSource | Source type of the trigger |
| ►Nrt | Definition of the rt namespace for mapping |
| CDataTrigger | DataTrigger implements a concrete periodic trigger in the runtime |
| CIMappingEnvironment | |
| CIPeriodicListener | Timer interface class |
| CISignalListener | Signal listener interface class |
| CMappingEngine | The mapping engine to create the targets |
| CPeriodicTrigger | PeriodicTrigger implements a concrete periodic trigger in the runtime |
| CSignalTrigger | SignalTrigger implements a concrete periodic trigger in the runtime |
| CSource | Engine source |
| CTarget | Target represents a mapped target signal in the runtime api |
| CTargetElement | TargetElement represents a single signal element in the target |
| CTriggerBase | Base class representing a trigger |
| CArraySourceValue | Source Value base class that represents an array |
| CAssignmentTrigger | Trigger interface to trigger the assignments of a specific target |
| CAssignmentTriggerSourceTime | Trigger interface to trigger the assignments of a specific target together with a update time strategy |
| CConstantValueFactory | Constant value factory to create a constant numeric value of value |
| ►CDDLEnumTableFunction | Enum Table function with type string "ddl_enum_table". The callable function retrieved with getCallable() will transform the given value to another mapped value |
| CTransformParameter | Internal TransformParameter structure representing the "table" and "default" property |
| CDDLSource | DDLSource implementation class representing a MemorySource that provides named source values for ddl based decoding |
| CDDLTarget | DDLTarget implementation class representing a MemoryTarget that provides named target values for ddl based encoding |
| ►CDefaultEngine | Default engine implementation |
| CISourceTrigger | Interface definition for source triggers |
| CITargetTrigger | Interface definition for target triggers that must be implemented |
| CITimeTrigger | Interface definition for time triggers |
| ►CEngine | Mapping engine base class |
| CTargetDataTrigger | Target data trigger definitions |
| CTargetSourceTrigger | Target source trigger definitions |
| CTargetTimeTrigger | Target time trigger definitions |
| ►CFunction | Mapping Function base class |
| CCallable | Function caller |
| CParameterDescription | Parameter Description |
| CFunctionFactoryImplementation | FunctionFactory implementation template |
| CInlinePolynomialFunction | Inline Polynomial function with type string "inline_polynomial". The callable function retrieved with getCallable() will transform the value with result = (a * value^0 + b * value^1 + c * value^2 + d * value^3 + d * value^4 + e * value^5) where parameters are value, a, b, c, d, e |
| CMapAssignment | |
| CMapConfiguration | |
| CMapDataTrigger | Implementation of a data trigger in the configuration api |
| CMapEnumTableTransformation | MapEnumTableTransformation represents a transformation between to enumerations |
| CMapHeader | |
| ►CMapper | The mapper to create the targets from sources |
| CParameterValueDescription | Assignement Paramter Value Description |
| CMapperElement | Mapper Element |
| CMapperElementBase | Mapper Element base template |
| CMapperFactories | Mapping factory collection class registry |
| CMapperFactory | A mapper factory to create Source, Target or Function |
| CMapPeriodicTrigger | Implementation of a periodic trigger in the configuration api |
| CMappingConfiguration | Mapping Configuration model with validation and requirements management |
| CMappingConfigurationFromXMLFactory | Factory to create a MappingConfiguration out of a XML based description. This factory uses a template type DomNodeType which is design to follow the a concept class type definition of the a_util::DOMElement |
| ►CMappingConfigurationFromXMLFactory10 | Factory to create a MappingConfiguration out of a XML based description. This factory uses a template type DomNodeType which is designed to follow the a concept class type definition of the a_util::DOMElement |
| CNeedFunctions | Helper structure to create modules for compatibility reason |
| CMappingConfigurationFromXMLFactoryBase | Factory helper to create a MappingConfiguration out of a XML based description. This factory uses a template type DomNodeType which is design to follow the a concept class type definition of the a_util::DOMElement |
| CMappingConfigurationToXMLFactory | Template class to create MappingConfiguration DOM nodes with the help of the type DomNodeType |
| CMappingConfigurationToXMLFactory10 | Template class to create MappingConfiguration DOM nodes with the help of the type DomNodeType |
| CMappingConfigurationToXMLFactoryBase | Template class to create MappingConfiguration DOM nodes with the help of the type DomNodeType |
| CMappingFile | Convenience class to load and validate a MappingConfiguration from a xml file string. This implementation can be used as follows: |
| CMappingString | Convenience class to load and validate a MappingConfiguration from a xml string. This implementation can be used as follows: |
| CMapPolynomTransformation | |
| CMapSignalTrigger | Implementation of a signal trigger in the configuration api |
| CMapSource | |
| CMapTarget | |
| CMapTransformationBase | |
| CMapTriggerBase | |
| CMemory | Memory base class for sources and targets representing a continous memory buffer |
| CMemorySource | Source memory base class for sources representing a continuous memory buffer |
| CMemoryTarget | Memory Target base class that represents a continuous memory buffer |
| CPlainSourceValue | Value getter to retrieve a value with plain type content |
| ►CPolynomialFunction | Polynomial function with type string "polynomial". The callable function retrieved with getCallable() will transform the value with result = (a * value^0 + b * value^1 + c * value^2 + d * value^3 + d * value^4 + e * value^5) Properties: |
| CTransformParameter | |
| CProperty | Property class representing a pair of value and its type |
| ►CSimulationTimeFunction | Simulation time function to retrieve the last known simulation time updated by time trigger. Properties: |
| CSimTimeSource | Internal Simulation time source interface |
| CSimulationTimeFunctionFactory | Factory for SimulationTimeFunction as type "simulation_time" |
| CSource | Mapping Source base class |
| CSourceFactoryImplementation | SourceFactory implementation template |
| CSourceValue | Source Value base class |
| CSpecificMapperFactory | A specific mapper factory to create Source, Target or Function |
| CTarget | Mapping Target base class |
| CTargetFactoryImplementation | TargetFactory implementation template |
| CTargetValue | Value setter to set a value |
| CTimeStrategy | |
| CTriggerCounterFunction | Trigger counter function to retrieve the current count of a certain trigger fired. The retrieved callable returns the amount of triggers on the target or source with name |
| CUpdateable | Updateable interface class |
| CVersion | Mapping Version |
| CWasReceivedFunction | Was received function to retrieve if at least the given source with name was received. The callable will return a bool value |
| ►Nutility | Definition of the utility namespace |
| CIInfo | Basic Info interface can be added to the ddl::dd::datamodel::InfoMap |
| CInfo | Helper template class to create valid IInfo objects |
| CInfoMap | Info Map for the datamodel to hold a set of optional IInfo instances. Only one instance of one Info type is possible |
| CModelObserverUtility | The ModelObserver utility template |
| CModelSubjectUtility | Model Subject utility to define a Model Subject that notifies one or more observers |
| COptional | An optional template as long as the std::optional is not available here |
| CTypeAccessList | Bug fix class for ddl::dd::utility::TypeAccessList to get rid of providing getNamedItemList in validator |
| CTypeAccessMap | Utility class for observable named items where the order is NOT important |
| CTypeAccessVector | Utility class for observable named items where the order is important |
| CVersionRequirement | VersionRequirement to report a Version requirement |
| CBaseUnit | Generator template to create baseunits |
| CCodec | |
| CCodecFactory | |
| CDataDefinition | The Data Definiton class uses the validation model to keep a Data Definition datamodel (ddl::dd::datamodel::DataDefinition) valid or inform about inconsitence: See: |
| CDataType | Generator template to create DataType for the plain c-types |
| CDataType< bool > | The datatype for bool |
| CDataType< char > | The datatype for char |
| CDataType< double > | The datatype for double |
| CDataType< float > | The datatype for float |
| CDDCompare | |
| CDDDataType | A DataType class holding the DD for a Datatype with dependencies. (i.e. Units!) |
| CDDDefault | Convenience class to create a valid predefined Data Definition with predefined types. This implementation can be used as follows: |
| CDDElement | Utility class for a complete valid data definition of one StructType::Element and its dependencies. This class is for convenience to use it together with ddl::DDStructure |
| CDDElementRef | Utility class for a complete valid data definition of one StructType::Element and its dependencies. This class is for convenience to use it together with ddl::DDStructure |
| CDDEnum | Utility class for a complete valid data definition of one EnumType and its dependencies. This class is for convenience to use it together with ddl::DDStructure |
| CDDEnumGenerator | |
| CDDEnumGenerator< EnumDataType, typename std::enable_if< std::is_arithmetic< EnumDataType >::value >::type > | |
| CDDFile | Convenience class to load and validate a Data Definition form a xml file string. This implementation can be used as follows: |
| CDDRefUnit | The DDRefunit class holding a reference to its complete DD (references to baseunit and prefix) |
| CDDString | Convenience class to load and validate a Data Definition xml string. This implementation can be used as follows: |
| CDDStructure | Utility class for a complete valid data definition of one StructType and its dependencies. This class is for convenience to use create a StructType data defintion in code. The class is to use as follows: |
| CDDStructureGenerator | Creating a valid Structure Data Definition by a existing type and its member types |
| CDDUnit | The unit class holding a reference to its complete DD (references to baseunits and prefixes) |
| CDecoder | |
| CLegacyOffsets | |
| CPosition | |
| CPredefinedDataTypes | Predefined types of the DataDefinition. These types can be used without explicitely adding it to a dd::DataDefinition! |
| CPredefinedUnits | Static class for predefined units |
| CStaticCodec | |
| CStaticDecoder | |
| CStructElement | |
| CUnitPrefix | Generator template to create UnitPrefix |
| ►Nifhd | Namespace for IFHD File library |
| ►Nv100 | Namespace for indexed file definitions in version 1.0 |
| CIndexedFileReaderV100 | |
| ►CIndexedFileV100 | |
| CTagChunkHeader | |
| CTagDateTime | |
| CTagFileHeader | |
| CTagIndexBlockItem | |
| ►Nv110 | Namespace for indexed file definitions in version 1.1 |
| CIndexedFileReaderV110 | |
| ►CIndexedFileV110 | |
| CFileExtensionStruct | File extension structure |
| CTagChunkHeader | |
| CTagChunkRef | |
| CTagFileExtension | |
| CTagFileHeader | |
| CTagIndexBlockItem | |
| ►Nv201_v301 | Namespace for indexed file definitions in version 2.0, 2.1, 3.0 and 3.1 |
| CAdditionalIndexInfo | Additional index table information |
| CChecksumExtensionHeader | Header of the "checksums" extension |
| CChunkHeader | Header for chunks Each Chunk header 16 Byte aligned within the file |
| CChunkRef | Header for a chunk reference |
| CFileExtension | Header for a file extensions |
| CFileHeader | The File header for dat-files |
| CFileRangeChecksumXxh3_64 | A checksum over a range within the file itself |
| ►CIndexedFile | |
| CFileExtensionStruct | |
| CIndexedFileReader | |
| ►CIndexedFileWriter | |
| CChunkDroppedCallback | |
| CIndexReadTable | |
| CIndexWriteTable | |
| COutputStream | |
| CSourceFile | |
| CStreamInfoHeader | |
| CStreamRef | |
| ►Nv400 | Namespace for indexed file definitions in version 4.0 |
| ►CIndexedFile | |
| CFileExtensionStruct | |
| CIndexedFileReader | |
| CIndexedFileWriter | |
| ►Nv500 | Namespace for indexed file definitions in version 5.0 |
| ►CIndexedFile | |
| CFileExtensionStruct | |
| CIndexedFileReader | |
| CIndexedFileWriter | |
| ►Nrpc | Definition of the rpc namespace |
| ►Nhttp | Definition of the http namespace |
| CcJSONClientConnector | |
| CcJSONRPCServer | |
| CcJSONConversions | |
| ►CcRPCObjectsRegistry | |
| CcLockedRPCObject | |
| CcServerConnector | |
| CIResponse | |
| CIRPCObject | |
| CIRPCObjectsRegistry | |
| Cjsonrpc_object_server | |
| Cjsonrpc_remote_interface | |
| Cjsonrpc_remote_object | |
| ►Nutils5ext | |
| ►Nexceptions | Namespace to collect special exceptions for file operations |
| CEndOfFile | Exception to indicate the end of file was reached |
| CErrorFileAccess | Indicates a file access error. platform dependent errors can be obtained via code() |
| CErrorFileAlreadyExists | Indicates a file access error while creating a file that already exists and File::om_no_overwrite was set |
| CFile | |
| ►CFileRingBuffer | |
| CDropCallback | |
| CItem | |
| CItemPiece |