00001 #include "otsdaq-core/NetworkUtilities/TransceiverSocket.h"
00002 #include "otsdaq-core/MessageFacility/MessageFacility.h"
00003 #include "otsdaq-core/Macros/CoutHeaderMacros.h"
00004
00005 #include <iostream>
00006
00007 using namespace ots;
00008
00009
00010 TransceiverSocket::TransceiverSocket(void)
00011 {
00012
00013 }
00014
00015
00016 TransceiverSocket::TransceiverSocket(std::string IPAddress, unsigned int port) :
00017 Socket (IPAddress, port)
00018 {
00019
00020 }
00021
00022
00023 TransceiverSocket::~TransceiverSocket(void)
00024 {}