mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
add default subchannel index
This commit is contained in:
committed by
Mohammad Al-Turany
parent
8bc21675af
commit
7bb6a2eed9
@@ -377,7 +377,7 @@ class FairMQDevice : public FairMQStateMachine, public FairMQConfigurable
|
|||||||
|
|
||||||
bool Terminated();
|
bool Terminated();
|
||||||
|
|
||||||
const FairMQChannel& GetChannel(const std::string& channelName, const int index) const;
|
const FairMQChannel& GetChannel(const std::string& channelName, const int index = 0) const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
std::shared_ptr<FairMQTransportFactory> fTransportFactory; ///< Transport factory
|
std::shared_ptr<FairMQTransportFactory> fTransportFactory; ///< Transport factory
|
||||||
|
Reference in New Issue
Block a user