1 #include "otsdaq-core/NetworkUtilities/UDPDataStreamerBase.h"
2 #include "otsdaq-core/Macros/CoutHeaderMacros.h"
11 UDPDataStreamerBase::UDPDataStreamerBase(std::string IPAddress,
unsigned int port, std::string toIPAddress,
unsigned int toPort)
13 , streamToSocket_ (toIPAddress, toPort)
15 __COUT__ <<
"IPAddress " << IPAddress << std::endl;
16 __COUT__ <<
"port " << port << std::endl;
17 __COUT__ <<
"toIPAddress " << toIPAddress << std::endl;
18 __COUT__ <<
"toPort " << toPort << std::endl;
19 __COUT__ << std::endl;
20 __COUT__ << std::endl;
21 __COUT__ << std::endl;
22 __COUT__ << std::endl;
23 __COUT__ << std::endl;
26 __COUT__ <<
"done!" << std::endl;
30 UDPDataStreamerBase::~UDPDataStreamerBase(
void)