Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Asynchronous CSV dumper. More...
#include "roc_core/atomic.h"
#include "roc_core/mutex.h"
#include "roc_core/optional.h"
#include "roc_core/rate_limiter.h"
#include "roc_core/semaphore.h"
#include "roc_core/spsc_ring_buffer.h"
#include "roc_core/stddefs.h"
#include "roc_core/thread.h"
#include "roc_core/time.h"
Go to the source code of this file.
Classes | |
struct | roc::core::CsvEntry |
CSV entry. Corresponds to one line in output file. More... | |
struct | roc::core::CsvConfig |
CSV write configuration. More... | |
class | roc::core::CsvDumper |
Asynchronous CSV dumper. Writes entries to CSV file from background thread. Recommended to be used from a single thread. More... | |
Namespaces | |
roc | |
Root namespace. | |
roc::core | |
General-purpose building blocks and platform abstraction layer. | |
Asynchronous CSV dumper.
Definition in file csv_dumper.h.