mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
add default subchannel index
This commit is contained in:
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user