mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK: Add DDSTopology::GetTasksMatchingPath
This commit is contained in:
committed by
Dennis Klein
parent
f42945b3a3
commit
25658370fa
@@ -56,6 +56,9 @@ class DDSTopology
|
||||
/// @brief Get list of tasks in this topology
|
||||
auto GetTasks() const -> std::vector<DDSTask>;
|
||||
|
||||
/// @brief Get list of tasks matching the provided topology path
|
||||
auto GetTasksMatchingPath(const std::string&) const -> std::vector<DDSTask>;
|
||||
|
||||
/// @brief Get list of tasks in this topology
|
||||
auto GetCollections() const -> std::vector<DDSCollection>;
|
||||
|
||||
|
Reference in New Issue
Block a user