#include "TCPSynchronizedServer.h"#include "SpikeStreamSimulation.h"#include "DeviceMessages.h"#include <pthread.h>Go to the source code of this file.
Functions | |
| void * | startTCPServerConnectThread (void *tmpTcpSyncServer) |
|
|
Function that is called in a separate thread to connect to the socket. Definition at line 39 of file TCPSynchronizedServer.cpp. References TCPSynchronizedServer::socketAddress, TCPSynchronizedServer::socketConnected, TCPSynchronizedServer::socketHandle, and SpikeStreamSimulation::systemError(). Referenced by TCPSynchronizedServer::openSocket(). |
1.4.4