Brief description of class still missing. More...
#include <TimeMasterServer.h>
Public Member Functions | |
| TimeMasterServer (uint16_t port, UbxDevice *device) | |
Protected Member Functions | |
| virtual TcpClientStream * | createClientStream (int fileDescriptor, const Address &peer) |
Brief description of class still missing.
Full description of class still missing
| TimeMasterServer::TimeMasterServer | ( | uint16_t | port, |
| UbxDevice * | device | ||
| ) |
| TcpClientStream * TimeMasterServer::createClientStream | ( | int | fileDescriptor, |
| const Address & | peer | ||
| ) | [protected, virtual] |
Implements GpCoreTools::TcpServerStream.
References TRACE.
{
TRACE;
return new TimeMasterStream(_device, fileDescriptor, peer);
}