1 #ifndef MFVIEWER_MVRECEIVER_H
2 #define MFVIEWER_MVRECEIVER_H
6 #include "fhiclcpp/ParameterSet.h"
8 #include "messagefacility/Utilities/MessageFacilityMsg.h"
10 #include <QtCore/QThread>
48 void NewMessage(mf::MessageFacilityMsg
const& msg);
void NewMessage(mf::MessageFacilityMsg const &msg)
When a message is received by the MVReceiver, this signal should be raised so that the connected list...
virtual ~MVReceiver()
MVReceiver destructor
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