artdaq
v3_07_02
|
This class wraps NetMonTransportService so that it can act as an ArtdaqInput template class. More...
#include <artdaq/ArtModules/NetMonWrapper.hh>
Public Member Functions | |
NetMonWrapper (fhicl::ParameterSet const &ps) | |
NetMonWrapper Constructor. More... | |
virtual | ~NetMonWrapper ()=default |
NetMonWrapper Destructor. | |
artdaq::FragmentPtr | receiveMessage () |
Receive a message from the NetMonTransportService. More... | |
artdaq::FragmentPtr | receiveInitMessage () |
Receive an init message from the NetMonTransportService. More... | |
This class wraps NetMonTransportService so that it can act as an ArtdaqInput template class.
JCF, May-27-2016
This class is written with functionality such that it satisfies the requirements needed to be a template in the ArtdaqInput class
Definition at line 22 of file NetMonWrapper.hh.
art::NetMonWrapper::NetMonWrapper | ( | fhicl::ParameterSet const & | ps | ) |
NetMonWrapper Constructor.
ps | ParameterSet for NetMonWrapper |
Definition at line 8 of file NetMonWrapper.cc.
artdaq::FragmentPtr art::NetMonWrapper::receiveInitMessage | ( | ) |
Receive an init message from the NetMonTransportService.
[out] | msg | A pointer to the received message |
Definition at line 77 of file NetMonWrapper.cc.
artdaq::FragmentPtr art::NetMonWrapper::receiveMessage | ( | ) |
Receive a message from the NetMonTransportService.
[out] | msg | A pointer to the received message |
Definition at line 15 of file NetMonWrapper.cc.