|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::PlotProcessor::set_raw | ( | uint32_t | series_index, |
| std::vector< double > | data | ||
| ) |
Push raw sample data for a series.
Lock-free pending swap. The data is committed into the container on the next process() call. Thread-safe: may be called from any thread.
| series_index | Index returned by PlotContainer::add_series(). |
| data | Samples to write. Copied into a pending buffer. |
Definition at line 93 of file PlotProcessor.cpp.
References b, m_bindings, and RAW.