1 #ifndef MFVIEWER_MVRECEIVER_H
2 #define MFVIEWER_MVRECEIVER_H
6 #include "fhiclcpp/ParameterSet.h"
8 #include "mfextensions/Receivers/qt_mf_msg.hh"
10 #include <QtCore/QThread>
26 explicit MVReceiver(fhicl::ParameterSet
const& pset);
59 #endif // MVRECEIVER_H
MVReceiver(fhicl::ParameterSet const &pset)
Construct a MVReceiver using the given ParameterSet
virtual ~MVReceiver()
MVReceiver destructor
A MVReceiver class listens for messages and raises a signal when one arrives
void NewMessage(msg_ptr_t const &msg)
When a message is received by the MVReceiver, this signal should be raised so that the connected list...
bool stopRequested_
Whether the MVRecevier should stop
void stop()
Stop the MVReceiver thread