Brief description of class still missing. More...
#include <GpsServer.h>
Public Member Functions | |
| void | broadcast (const char *bytes, int bytesCount) |
| GpsServer () | |
| void | setDevice (UbxDevice *d) |
Protected Member Functions | |
| virtual TcpClientStream * | createClientStream (int fileDescriptor, const Address &peer) |
Brief description of class still missing.
Full description of class still missing
Description of constructor still missing
References TRACE.
: TcpServerStream() { TRACE; _device=0; }
| void GpsServer::broadcast | ( | const char * | bytes, |
| int | bytesCount | ||
| ) |
| TcpClientStream * GpsServer::createClientStream | ( | int | fileDescriptor, |
| const Address & | peer | ||
| ) | [protected, virtual] |
Implements GpCoreTools::TcpServerStream.
References TRACE.
{
TRACE;
return new GpsStream(_device, this, fileDescriptor, peer);
}
| void GpsServer::setDevice | ( | UbxDevice * | d | ) | [inline] |
Referenced by UbxDevice::UbxDevice().
{_device=d;}