DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "iomanager/network/ConfigClient.hpp"
#include "iomanager/network/NetworkIssues.hpp"
#include "logging/Logging.hpp"
#include <boost/beast/http.hpp>
#include <chrono>
#include <cstdlib>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Typedefs | |
using | tcp = net::ip::tcp |
Enumerations | |
enum | { TLVL_PUBLISH = 20 , TLVL_RETRACT = 25 , TLVL_RESOLVE = 30 } |
Variables | |
static constexpr int | HTTP_V1_1 = 11 |
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.cpp.
using tcp = net::ip::tcp |
Definition at line 22 of file ConfigClient.cpp.
anonymous enum |
Enumerator | |
---|---|
TLVL_PUBLISH | |
TLVL_RETRACT | |
TLVL_RESOLVE |
Definition at line 30 of file ConfigClient.cpp.
|
staticconstexpr |
Definition at line 28 of file ConfigClient.cpp.