A MVReceiver class listens for messages and raises a signal when one arrives
More...
#include <mfextensions/Receivers/MVReceiver.hh>
|
|
template<typename T > |
| void | qt_check_for_QOBJECT_macro (const T &_q_argument) const |
| |
|
virtual const QMetaObject * | metaObject () const |
| |
|
virtual void * | qt_metacast (const char *) |
| |
|
virtual int | qt_metacall (QMetaObject::Call, int, void **) |
| |
| | MVReceiver (fhicl::ParameterSet const &pset) |
| | Construct a MVReceiver using the given ParameterSet More...
|
| |
| virtual | ~MVReceiver () |
| | MVReceiver destructor More...
|
| |
| void | stop () |
| | Stop the MVReceiver thread More...
|
| |
|
|
static QString | tr (const char *s, const char *c=0) |
| |
|
static QString | trUtf8 (const char *s, const char *c=0) |
| |
|
static QString | tr (const char *s, const char *c, int n) |
| |
|
static QString | trUtf8 (const char *s, const char *c, int n) |
| |
|
|
static const QMetaObject | staticMetaObject |
| |
|
| void | NewMessage (msg_ptr_t const &msg) |
| | When a message is received by the MVReceiver, this signal should be raised so that the connected listener can process it. More...
|
| |
A MVReceiver class listens for messages and raises a signal when one arrives
Definition at line 17 of file MVReceiver.hh.
| mfviewer::MVReceiver::MVReceiver |
( |
fhicl::ParameterSet const & |
pset | ) |
|
|
explicit |
| virtual mfviewer::MVReceiver::~MVReceiver |
( |
| ) |
|
|
inlinevirtual |
| void mfviewer::MVReceiver::NewMessage |
( |
msg_ptr_t const & |
msg | ) |
|
|
protected |
When a message is received by the MVReceiver, this signal should be raised so that the connected listener can process it.
- Parameters
-
| void mfviewer::MVReceiver::stop |
( |
| ) |
|
|
inline |
| bool mfviewer::MVReceiver::stopRequested_ |
|
protected |
Whether the MVRecevier should stop
Definition at line 42 of file MVReceiver.hh.
The documentation for this class was generated from the following files: