|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "snbmodules/ip_format.hpp"#include "snbmodules/transfer_session.hpp"#include "snbmodules/common/notification_enum.hpp"#include "snbmodules/notification_interface.hpp"#include "logging/Logging.hpp"#include "snbmodules/common/errors_declaration.hpp"#include <filesystem>#include <iostream>#include <map>#include <set>#include <string>#include <unistd.h>#include <utility>Go to the source code of this file.
Classes | |
| class | dunedaq::snbmodules::TransferClient |
| TransferClient class, represent a client that can create session and communicate with Bookkeepers. extend NotificationInterface because the client can communicate and need to initialize the connection. More... | |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::snbmodules |
TransferClient class, everything a client can do containing one session for each transfer
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file transfer_client.hpp.