SDK: Implement helper to find most recent running DDS session

This commit is contained in:
Dennis Klein
2019-07-30 19:36:13 +02:00
committed by Dennis Klein
parent 02b20c320c
commit 8d12b908b6
2 changed files with 43 additions and 12 deletions

View File

@@ -27,8 +27,6 @@ namespace fair {
namespace mq {
namespace sdk {
class DDSEnvironment;
/**
* @enum DDSRMSPlugin DDSSession.h <fairmq/sdk/DDSSession.h>
* @brief Supported DDS resource management system plugins
@@ -133,6 +131,8 @@ class DDSSession
std::shared_ptr<Impl> fImpl;
};
auto getMostRecentRunningDDSSession(DDSEnv env = {}) -> DDSSession;
} // namespace sdk
} // namespace mq
} // namespace fair