mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add DDS and Copy+Push examples.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
96cd2afac7
commit
105e734808
@@ -65,7 +65,7 @@ class FairMQDevice : public FairMQStateMachine, public FairMQConfigurable
|
||||
|
||||
virtual ~FairMQDevice();
|
||||
|
||||
std::unordered_map< std::string,std::vector<FairMQChannel> > fChannels;
|
||||
std::unordered_map<std::string, std::vector<FairMQChannel>> fChannels;
|
||||
|
||||
protected:
|
||||
std::string fId;
|
||||
|
Reference in New Issue
Block a user