|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "iomanager/SchemaUtils.hpp"#include "nlohmann/json.hpp"#include <string>#include <vector>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 |
| The DUNE-DAQ namespace. | |
| 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) |
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.