mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
SDK: Allow passing path to Set/GetProperties
This commit is contained in:
committed by
Dennis Klein
parent
50dacbcdde
commit
92af823135
@@ -304,6 +304,7 @@ TEST_F(Topology, AsyncSetPropertiesTimeout)
|
||||
ASSERT_EQ(topo.ChangeState(TopologyTransition::InitDevice).first, std::error_code());
|
||||
|
||||
topo.AsyncSetProperties({{"key1", "val1"}},
|
||||
"",
|
||||
std::chrono::milliseconds(1),
|
||||
[=](std::error_code ec, sdk::FailedDevices) mutable {
|
||||
LOG(info) << ec;
|
||||
|
Reference in New Issue
Block a user