mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Implement Topology ctor
This commit is contained in:
committed by
Dennis Klein
parent
53be96d93c
commit
44da054e78
@@ -14,7 +14,8 @@ namespace fair {
|
||||
namespace mq {
|
||||
namespace sdk {
|
||||
|
||||
Topology::Topology()
|
||||
Topology::Topology(dds::topology_api::CTopology topo)
|
||||
: fDDSTopology(std::move(topo))
|
||||
{}
|
||||
|
||||
} // namespace sdk
|
||||
|
Reference in New Issue
Block a user