25 #include "cheetah/psrdada/DadaWriteClient.h" 26 #include "panda/Log.h" 27 #include "panda/Error.h" 34 template <
typename Iterator,
typename DataType>
37 PANDA_LOG_DEBUG <<
"Number of elements to write " << std::distance(begin,end);
44 else if (_current_writer->full())
46 PANDA_LOG_DEBUG <<
"Current writer full, acquiring new writer instance";
49 begin = _current_writer->write<
typename std::remove_cv<DataType>::type>(begin, end);
Some limits and constants for FLDO.
void write(Iterator &begin, Iterator const &end)
Write to the data ring buffer.