DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ConfigClient.cpp File Reference
#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>
Include dependency graph for ConfigClient.cpp:

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
 

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 ConfigClient.cpp.

Typedef Documentation

◆ tcp

using tcp = net::ip::tcp

Definition at line 22 of file ConfigClient.cpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
TLVL_PUBLISH 
TLVL_RETRACT 
TLVL_RESOLVE 

Definition at line 30 of file ConfigClient.cpp.

31{
32 TLVL_PUBLISH = 20,
33 TLVL_RETRACT = 25,
34 TLVL_RESOLVE = 30
35};
@ TLVL_RETRACT
@ TLVL_RESOLVE
@ TLVL_PUBLISH

Variable Documentation

◆ HTTP_V1_1

int HTTP_V1_1 = 11
staticconstexpr

Definition at line 28 of file ConfigClient.cpp.