otsdaq
3.03.00
Return to top level
TCPSendClient.cc
1
#include "otsdaq/NetworkUtilities/TCPSendClient.h"
2
3
using namespace
ots
;
4
5
//==============================================================================
6
TCPSendClient::TCPSendClient(
const
std::string& serverIP,
int
serverPort)
7
:
TCPClientBase
(serverIP, serverPort)
8
{
9
}
10
11
//==============================================================================
12
TCPSendClient::~TCPSendClient(
void
) {}
ots::TCPClientBase
Definition:
TCPClientBase.h:10
ots
Definition:
ArtdaqOtsBuildInfo_module.cc:10
otsdaq
otsdaq
NetworkUtilities
TCPSendClient.cc
Generated by
1.9.1 at 2025-09-05T07:10:17