artdaq  v3_12_02
TCPSocket_transfer.cc
1 // Sep 14, 2016. "TERMS AND CONDITIONS" governing this file are in the README
2 // or COPYING file. If you do not have such a file, one can be obtained by
3 // contacting Ron or Fermi Lab in Batavia IL, 60510, phone: 630-840-3000.
4 // $RCSfile: .emacs.gnu,v $
5 // rev="$Revision: 1.30 $$Date: 2016/03/01 14:27:27 $";
6 
7 #include "artdaq/TransferPlugins/TCPSocketTransfer.hh"
8 
9 DEFINE_ARTDAQ_TRANSFER(artdaq::TCPSocketTransfer)
TransferInterface implementation plugin that sends data using TCP sockets.