mfviewer::MVReceiver Class Reference

A MVReceiver class listens for messages and raises a signal when one arrives. More...

#include <mfextensions/Receivers/MVReceiver.hh>

Inheritance diagram for mfviewer::MVReceiver:
mfviewer::LogReader mfviewer::UDPReceiver

List of all members.

Signals

void NewMessage (qt_mf_msg const &msg)
 When a message is received by the MVReceiver, this signal should be raised so that the connected listener can process it.

Public Member Functions

 MVReceiver (fhicl::ParameterSet pset)
 Construct a MVReceiver using the given ParameterSet.
virtual ~MVReceiver ()
 MVReceiver destructor.
void stop ()
 Stop the MVReceiver thread.

Protected Attributes

bool stopRequested_
 Whether the MVRecevier should stop.

Detailed Description

A MVReceiver class listens for messages and raises a signal when one arrives.

Definition at line 18 of file MVReceiver.hh.


Constructor & Destructor Documentation

mfviewer::MVReceiver::MVReceiver ( fhicl::ParameterSet  pset  )  [explicit]

Construct a MVReceiver using the given ParameterSet.

Parameters:
pset ParameterSet used to construct MVReceiver

Definition at line 3 of file MVReceiver.cc.

virtual mfviewer::MVReceiver::~MVReceiver (  )  [inline, virtual]

MVReceiver destructor.

Definition at line 32 of file MVReceiver.hh.


Member Function Documentation

void mfviewer::MVReceiver::NewMessage ( qt_mf_msg const &  msg  )  [signal]

When a message is received by the MVReceiver, this signal should be raised so that the connected listener can process it.

Parameters:
msg Received message
void mfviewer::MVReceiver::stop (  )  [inline]

Stop the MVReceiver thread.

Definition at line 37 of file MVReceiver.hh.


Member Data Documentation

Whether the MVRecevier should stop.

Definition at line 42 of file MVReceiver.hh.


The documentation for this class was generated from the following files:

Generated on 7 Jun 2018 for artdaq_mfextensions by  doxygen 1.6.1