PandaRoot
PndMQExample1Sink.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence version 3 (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
15 #ifndef PNDMQEXAMPLE1SINK_H_
16 #define PNDMQEXAMPLE1SINK_H_
17 
18 #include "FairMQDevice.h"
19 
20 class PndMQExample1Sink : public FairMQDevice {
21  public:
23  virtual ~PndMQExample1Sink();
24 
25  protected:
26  virtual void Run();
27 };
28 
29 #endif /* FAIRMQEXAMPLE1SINK_H_ */
virtual void Run()
virtual ~PndMQExample1Sink()