DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <vector>
#include <cstring>
#include <unistd.h>
#include <memory>
#include <mutex>
#include <functional>
#include <ers/ers.hpp>
#include "logging/Logging.hpp"
Go to the source code of this file.
Classes | |
struct | dunedaq::daphnemodules::command_result |
class | dunedaq::daphnemodules::DaphneV2Interface |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::daphnemodules |
Functions | |
dunedaq::ERS_DECLARE_ISSUE (daphnemodules, SocketCreationError, "Failed to create a socket", ERS_EMPTY) ERS_DECLARE_ISSUE(daphnemodules | |
Invalid std::string ip | dunedaq::ERS_DECLARE_ISSUE (daphnemodules, FailedPing, "Failed to ping daphne board at "<< ip<< ':'<< port,((std::string) ip)((int) port)) ERS_DECLARE_ISSUE(daphnemodules |
Variables | |
dunedaq::InvalidIPAddress | |
Invalid | dunedaq::address |
Invalid std::string ip | dunedaq::FailedSocketInteraction |
Definition of the interface protocol to the daphne V2 boards
This is part of the DUNE DAQ Software Suite, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file DaphneV2Interface.hpp.