DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
BufferCopy.hpp File Reference
#include <cstddef>
#include <cstring>
#include <cstdint>
#include <algorithm>
Include dependency graph for BufferCopy.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.