DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ListWrapper.hpp File Reference
#include "serialization/Serialization.hpp"
#include <string>
#include <vector>
Include dependency graph for ListWrapper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dunedaq::listrev::IntList
 
struct  dunedaq::listrev::ReversedList
 
struct  dunedaq::listrev::ReversedList::Data
 
struct  dunedaq::listrev::CreateList
 
struct  dunedaq::listrev::RequestList
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::listrev
 

Functions

 dunedaq::DUNE_DAQ_SERIALIZABLE (listrev::IntList, "IntList")
 
 dunedaq::DUNE_DAQ_SERIALIZABLE (listrev::ReversedList::Data, "ReversedListData")
 
 dunedaq::DUNE_DAQ_SERIALIZABLE (listrev::ReversedList, "ReversedList")
 
 dunedaq::DUNE_DAQ_SERIALIZABLE (listrev::CreateList, "CreateList")
 
 dunedaq::DUNE_DAQ_SERIALIZABLE (listrev::RequestList, "RequestList")
 

Detailed Description

ListWrapper wraps a std::vector<int> so that it can be transmitted over the network using the Unified Communications API (iomanager)

This is part of the DUNE DAQ Software Suite, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file ListWrapper.hpp.