|
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"#include "daphnemodules/CommonIssues.hpp"Go to the source code of this file.
Classes | |
| struct | dunedaq::daphnemodules::command_result |
| class | dunedaq::daphnemodules::DaphneV2Interface |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::daphnemodules |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (daphnemodules, SocketCreationError, "Failed to create a socket", ERS_EMPTY) ERS_DECLARE_ISSUE(daphnemodules | |
Variables | |
| dunedaq::FailedPing | |
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 of the interface protocol to the daphne V3 boards It's basically just a wrapper around a zmq socket
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.