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>
52 #endif // MVRECEIVER_H
Qt wrapper around MessageFacility message
virtual ~MVReceiver()
MVReceiver destructor
void NewMessage(qt_mf_msg const &msg)
When a message is received by the MVReceiver, this signal should be raised so that the connected list...
A MVReceiver class listens for messages and raises a signal when one arrives
bool stopRequested_
Whether the MVRecevier should stop
MVReceiver(fhicl::ParameterSet pset)
Construct a MVReceiver using the given ParameterSet
void stop()
Stop the MVReceiver thread