tdaq-develop-2025-02-12
Return to top level
TCPPublishServer.h
1
#ifndef _TCPPublishServer_h_
2
#define _TCPPublishServer_h_
3
4
#include "otsdaq/NetworkUtilities/TCPServerBase.h"
5
6
namespace
ots
7
{
8
class
TCPPublishServer
:
public
TCPServerBase
9
{
10
public
:
11
TCPPublishServer
(
unsigned
int
serverPort,
unsigned
int
maxNumberOfClients = -1);
12
virtual
~
TCPPublishServer
(
void
);
13
14
protected
:
15
void
acceptConnections()
override
;
16
};
17
}
// namespace ots
18
#endif
ots::TCPPublishServer
Definition:
TCPPublishServer.h:9
ots::TCPServerBase
Definition:
TCPServerBase.h:15
ots
Definition:
ArtdaqOtsBuildInfo_module.cc:10
otsdaq
otsdaq
NetworkUtilities
TCPPublishServer.h
Generated on Mon Feb 17 2025 17:02:11 for tdaq-develop-2025-02-12 by
1.9.1