mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
FairMQ: Move static and interactive control modes to plugin (2)
This commit is contained in:
committed by
Mohammad Al-Turany
parent
10f67e4c72
commit
334b91785b
@@ -1265,11 +1265,6 @@ void FairMQDevice::Reset()
|
||||
}
|
||||
}
|
||||
|
||||
bool FairMQDevice::Terminated()
|
||||
{
|
||||
return fTerminationRequested;
|
||||
}
|
||||
|
||||
const FairMQChannel& FairMQDevice::GetChannel(const std::string& channelName, const int index) const
|
||||
{
|
||||
return fChannels.at(channelName).at(index);
|
||||
|
Reference in New Issue
Block a user