otsdaq
v1_01_03
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
src
otsdaq-core
NetworkUtilities
TransceiverSocket.h
1
#ifndef _ots_TransceiverSocket_h_
2
#define _ots_TransceiverSocket_h_
3
4
#include "otsdaq-core/NetworkUtilities/TransmitterSocket.h"
5
#include "otsdaq-core/NetworkUtilities/ReceiverSocket.h"
6
7
#include <string>
8
9
namespace
ots
10
{
11
12
class
TransceiverSocket
:
public
TransmitterSocket
,
public
ReceiverSocket
13
{
14
public
:
15
TransceiverSocket
(std::string IPAddress,
unsigned
int
port=0);
16
virtual
~
TransceiverSocket
(
void
);
17
protected
:
18
TransceiverSocket
(
void
);
19
20
};
21
22
}
23
24
#endif
ots::ReceiverSocket
Definition:
ReceiverSocket.h:13
ots::TransceiverSocket
Definition:
TransceiverSocket.h:12
ots::TransmitterSocket
Definition:
TransmitterSocket.h:13
Generated on Mon Oct 2 2017 18:10:54 for otsdaq by
1.8.5