mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Update to new DDS 2.2 API
- require DDS 2.2 - fix regressions in automatic port binding - fix regression in channel API - update DDS example readme
This commit is contained in:
committed by
Dennis Klein
parent
dc1d7a23c1
commit
ffbe90b638
@@ -91,7 +91,7 @@ class FairMQChannel
|
||||
|
||||
/// Get channel index
|
||||
/// @return Returns channel index (e.g. 0 in "data[0]")
|
||||
std::string GetChannelIndex() const { return GetPrefix(); } // TODO: deprecate this in favor of following
|
||||
std::string GetChannelIndex() const { return GetIndex(); } // TODO: deprecate this in favor of following
|
||||
std::string GetIndex() const;
|
||||
|
||||
/// Get socket type
|
||||
|
Reference in New Issue
Block a user