DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <Sender.hpp>
Public Types | |
using | timeout_t = std::chrono::milliseconds |
Public Member Functions | |
Sender (ConnectionId const &this_conn) | |
virtual | ~Sender ()=default |
ConnectionId | id () const |
![]() | |
NamedObject (const std::string &name) | |
NamedObject Constructor. | |
NamedObject (NamedObject const &)=delete | |
NamedObject is not copy-constructible. | |
NamedObject (NamedObject &&)=default | |
NamedObject is move-constructible. | |
NamedObject & | operator= (NamedObject const &)=delete |
NamedObject is not copy-assignable. | |
NamedObject & | operator= (NamedObject &&)=default |
NamedObject is move-assignable. | |
virtual | ~NamedObject ()=default |
Default virtual destructor. | |
const std::string & | get_name () const final |
Get the name of this NamedObejct. | |
![]() | |
Named ()=default | |
Named Constructor. | |
Named (Named const &)=delete | |
Named is not copy-constructible. | |
Named (Named &&)=default | |
Named is move-constructible. | |
Named & | operator= (Named const &)=delete |
Named is not copy-assignable. | |
Named & | operator= (Named &&)=default |
Named is move-assignable. | |
virtual | ~Named ()=default |
Default virtual destructor. | |
Static Public Attributes | |
static constexpr timeout_t | s_block = timeout_t::max() |
static constexpr timeout_t | s_no_block = timeout_t::zero() |
Protected Attributes | |
ConnectionId | m_conn |
Definition at line 21 of file Sender.hpp.
using dunedaq::iomanager::Sender::timeout_t = std::chrono::milliseconds |
Definition at line 24 of file Sender.hpp.
|
inlineexplicit |
Definition at line 28 of file Sender.hpp.
|
virtualdefault |
|
inline |
Definition at line 35 of file Sender.hpp.
|
protected |
Definition at line 38 of file Sender.hpp.
|
staticconstexpr |
Definition at line 25 of file Sender.hpp.
|
staticconstexpr |
Definition at line 26 of file Sender.hpp.