DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "iomanager/SchemaUtils.hpp"
#include "iomanager/network/ConfigClientStructs.hpp"
#include "nlohmann/json.hpp"
#include <boost/asio/connect.hpp>
#include <boost/asio/ip/basic_resolver.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/beast/core.hpp>
#include <boost/beast/version.hpp>
#include <string>
#include <map>
#include <vector>
#include <mutex>
#include <thread>
Go to the source code of this file.
Classes | |
class | dunedaq::iomanager::ConfigClient |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::iomanager |
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 ConfigClient.hpp.