cisst-saw
|
Declaration of osaSocketServerThis class implements a TCP server capable of handling multiple clients; for every client connection, the Accept method returns a new socket that can be used to service requests from that client. It is initialized as follows: More...
#include <cisstCommon/cmnClassRegister.h>
#include <cisstCommon/cmnLogger.h>
#include <cisstCommon/cmnPortability.h>
#include <cisstOSAbstraction/osaSocket.h>
#include <cisstOSAbstraction/osaExport.h>
Go to the source code of this file.
Classes | |
class | osaSocketServer |
Functions | |
CMN_DECLARE_SERVICES_INSTANTIATION (osaSocketServer) | |
Declaration of osaSocketServer
This class implements a TCP server capable of handling multiple clients; for every client connection, the Accept method returns a new socket that can be used to service requests from that client. It is initialized as follows:
CMN_DECLARE_SERVICES_INSTANTIATION | ( | osaSocketServer | ) |