mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add session id to DDS commands in dds/qc examples
This commit is contained in:
committed by
Dennis Klein
parent
e221242f9a
commit
fcd1022997
@@ -428,18 +428,6 @@ class BasicTopology : public AsioBase<Executor, Allocator>
|
||||
|
||||
auto StateEqualsTo(DeviceState state) const -> bool { return sdk::StateEqualsTo(GetCurrentState(), state); }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
using WaitForStateCompletionSignature = void(std::error_code);
|
||||
|
||||
private:
|
||||
@@ -576,8 +564,6 @@ class BasicTopology : public AsioBase<Executor, Allocator>
|
||||
}
|
||||
}
|
||||
|
||||
LOG(info) << fDDSTopo.GetTasks(path).size();
|
||||
|
||||
auto p = fWaitForStateOps.emplace(
|
||||
std::piecewise_construct,
|
||||
std::forward_as_tuple(id),
|
||||
@@ -627,19 +613,6 @@ class BasicTopology : public AsioBase<Executor, Allocator>
|
||||
return WaitForState(DeviceState::Ok, targetCurrentState, path, timeout);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
using GetPropertiesCompletionSignature = void(std::error_code, GetPropertiesResult);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user