sdk: Add DDSTopology::GetCollections() and extend DDSTask

This commit is contained in:
Alexey Rybalchenko
2019-09-05 14:35:09 +02:00
committed by Dennis Klein
parent 456b65871a
commit e1b6b804bd
4 changed files with 34 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
#define FAIR_MQ_SDK_DDSTOPOLOGY_H
#include <boost/filesystem.hpp>
#include <fairmq/sdk/DDSCollection.h>
#include <fairmq/sdk/DDSEnvironment.h>
#include <fairmq/sdk/DDSInfo.h>
#include <fairmq/sdk/DDSTask.h>
@@ -54,6 +55,9 @@ class DDSTopology
/// @brief Get list of tasks in this topology
auto GetTasks() const -> std::vector<DDSTask>;
/// @brief Get list of tasks in this topology
auto GetCollections() const -> std::vector<DDSCollection>;
/// @brief Get the name of the topology
auto GetName() const -> std::string;