|
RTC Toolkit 5.1.0
|
Recording Unit that can record from shared memory queue. More...
#include <rtctk/componentFramework/bufferMonitor.hpp>#include <rtctk/componentFramework/componentMetricsIf.hpp>#include <rtctk/componentFramework/dataRecorder.hpp>#include <rtctk/componentFramework/durationMonitor.hpp>#include <rtctk/componentFramework/exceptions.hpp>#include <rtctk/componentFramework/frequencyEstimator.hpp>#include <rtctk/componentFramework/recordingInfo.hpp>#include <rtctk/componentFramework/recordingUnit.hpp>#include <fmt/format.h>#include <cstdint>#include <string>#include <thread>#include <rtctk/componentFramework/ipcqRecordingUnit.ipp>Go to the source code of this file.
Classes | |
| struct | rtctk::componentFramework::HasSampleIdWithCorrectType< T, typename > |
| struct | rtctk::componentFramework::HasSampleIdWithCorrectType< T, decltype(std::declval< T >().sample_id, 0)> |
| class | rtctk::componentFramework::IpcqRecordingUnit< RecInfoType > |
| Recording Unit that can record from shared memory queue. More... | |
Namespaces | |
| namespace | rtctk |
| namespace | rtctk::componentFramework |
Variables | |
| template<typename T > | |
| constexpr bool | rtctk::componentFramework::HAS_MEMBER_SAMPLE_ID_UINT32T = HasSampleIdWithCorrectType<T>::value |
Recording Unit that can record from shared memory queue.