DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstddef>
#include <cstring>
#include <cstdint>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::datahandlinglibs |
Functions | |
void | dunedaq::datahandlinglibs::buffer_copy (const char *data, std::size_t size, void *buffer, std::uint32_t buffer_pos, const std::size_t &buffer_size) |
Copy arbitrary amount of bytes from source to destination buffer.
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file BufferCopy.hpp.