|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
The WIBCommon class defines convenience methods for using the ZeroMQ and protobuf communication protocol to the WIB. More...
#include <WIBCommon.hpp>
Public Member Functions | |
| WIBCommon (const std::string &wib_addr) | |
| ~WIBCommon () | |
| template<class R , class C > | |
| void | send_command (const C &msg, R &repl) |
Private Attributes | |
| zmq::context_t | context |
| zmq::socket_t | socket |
The WIBCommon class defines convenience methods for using the ZeroMQ and protobuf communication protocol to the WIB.
Definition at line 28 of file WIBCommon.hpp.
| dunedaq::wibmod::WIBCommon::WIBCommon | ( | const std::string & | wib_addr | ) |
Definition at line 20 of file WIBCommon.cpp.
| dunedaq::wibmod::WIBCommon::~WIBCommon | ( | ) |
Definition at line 28 of file WIBCommon.cpp.
| void dunedaq::wibmod::WIBCommon::send_command | ( | const C & | msg, |
| R & | repl ) |
Definition at line 49 of file WIBCommon.hpp.
|
private |
Definition at line 41 of file WIBCommon.hpp.
|
private |
Definition at line 43 of file WIBCommon.hpp.