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

Go to the source code of this file.

Classes

struct  dunedaq::iomanager::ConnectionRequest
 
struct  dunedaq::iomanager::ConnectionInfo
 
struct  dunedaq::iomanager::ConnectionRegistration
 
struct  dunedaq::iomanager::ConnectionResponse
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::iomanager
 

Enumerations

enum class  dunedaq::iomanager::ConnectionType : int { dunedaq::iomanager::kSendRecv = 0 , dunedaq::iomanager::kPubSub = 1 , dunedaq::iomanager::kInvalid = 2 }
 

Functions

ConnectionType dunedaq::iomanager::string_to_connection_type_enum (std::string type)
 
bool dunedaq::iomanager::operator< (ConnectionRegistration const &l, ConnectionRegistration const &r)
 

Detailed Description

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

Definition in file ConfigClientStructs.hpp.