#include <iomanager_wrapper.hpp>
Definition at line 26 of file iomanager_wrapper.hpp.
◆ IOManagerWrapper() [1/2]
| dunedaq::snbmodules::IOManagerWrapper::IOManagerWrapper |
( |
IOManagerWrapper & | other | ) |
|
|
delete |
◆ IOManagerWrapper() [2/2]
| dunedaq::snbmodules::IOManagerWrapper::IOManagerWrapper |
( |
| ) |
|
|
privatedefault |
◆ get()
◆ lookups_connection()
init IOManager instance, Only used for stand alone application
- Parameters
-
| use_connectivity_service | if true, use the connectivity service |
| ip | ip of the connectivity service |
lookups a connection with the given pattern
- Parameters
-
| conn_id | regex pattern of the connection |
| restrict_single | if true, only one connection is allowed with the given pattern |
- Returns
- connection response
Definition at line 45 of file iomanager_wrapper.cpp.
46{
47 TLOG() <<
"BLAB " << __LINE__ <<
" " << conn_id.uid <<
" " << conn_id.data_type <<
" " << conn_id.session;
49}
static NetworkManager & get()
ConnectionResponse get_connections(ConnectionId const &conn_id, bool restrict_single=false) const
◆ operator=()
| void dunedaq::snbmodules::IOManagerWrapper::operator= |
( |
const IOManagerWrapper & | | ) |
|
|
delete |
◆ m_connections
add a connection to the list of connections, Only used for stand alone application
- Parameters
-
| ip | ip of the connection |
| id | name of the connection |
| data_type | data type of the connection data |
List of connections
Definition at line 63 of file iomanager_wrapper.hpp.
◆ m_queues
| std::vector<const confmodel::Queue*> dunedaq::snbmodules::IOManagerWrapper::m_queues |
|
protected |
The documentation for this class was generated from the following files: