mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Zero MQ implimentation and example (Tutorial3)
git-svn-id: https://subversion.gsi.de/fairroot/fairbase/trunk@20162 0381ead4-6506-0410-b988-94b70fbc4730
This commit is contained in:
24
fairmq/FairMQStandaloneMerger.h
Normal file
24
fairmq/FairMQStandaloneMerger.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* FairMQStandaloneMerger.h
|
||||
*
|
||||
* Created on: Dec 6, 2012
|
||||
* Author: dklein
|
||||
*/
|
||||
|
||||
#ifndef FAIRMQSTANDALONEMERGER_H_
|
||||
#define FAIRMQSTANDALONEMERGER_H_
|
||||
|
||||
#include "FairMQDevice.h"
|
||||
#include "Rtypes.h"
|
||||
#include "TString.h"
|
||||
|
||||
|
||||
class FairMQStandaloneMerger: public FairMQDevice
|
||||
{
|
||||
public:
|
||||
FairMQStandaloneMerger();
|
||||
virtual ~FairMQStandaloneMerger();
|
||||
virtual void Run();
|
||||
};
|
||||
|
||||
#endif /* FAIRMQSTANDALONEMERGER_H_ */
|
Reference in New Issue
Block a user