SDK: Add DDSTopology::GetTasksMatchingPath

This commit is contained in:
Alexey Rybalchenko
2020-01-23 16:40:36 +01:00
committed by Dennis Klein
parent f42945b3a3
commit 25658370fa
2 changed files with 23 additions and 8 deletions

View File

@@ -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>;