mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +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();
|
||||
|
||||
const FairMQChannel& GetChannel(const std::string& channelName, const int index) const;
|
||||
const FairMQChannel& GetChannel(const std::string& channelName, const int index = 0) const;
|
||||
|
||||
protected:
|
||||
std::shared_ptr<FairMQTransportFactory> fTransportFactory; ///< Transport factory
|
||||
|
|
Loading…
Reference in New Issue
Block a user