mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Implement DDS helpers
This commit is contained in:
committed by
Dennis Klein
parent
90496c89fe
commit
cfcdd666bf
@@ -58,6 +58,8 @@ class DDSSession
|
||||
auto SubmitAgents(Quantity agents, DDSRMSPlugin plugin) -> void;
|
||||
auto SubmitAgents(Quantity agents, DDSRMSPlugin plugin, const Path& config) -> void;
|
||||
auto SubmitAgents(Quantity agents, const Path& config) -> void;
|
||||
auto RequestAgentInfo() -> void;
|
||||
auto ActivateTopology(Path topologyFile) -> void;
|
||||
|
||||
friend auto operator<<(std::ostream& os, DDSSession session) -> std::ostream&;
|
||||
private:
|
||||
|
Reference in New Issue
Block a user