#include "Beowulf/SockServ.H"
#include "Beowulf/TCPcliServ.H"
#include "Beowulf/TCPdefs.H"
#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "rutz/atomic.h"
#include <pthread.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | TCPcommunicator |
This class handles passing TCPmessages in and out. More... | |
Defines | |
#define | POLL_SLEEP 100 |
delay in us of sleep while polling for running thread: |
A class to handle multiple TCPmessage communications
Definition in file TCPcommunicator.H.
#define POLL_SLEEP 100 |
delay in us of sleep while polling for running thread:
Definition at line 56 of file TCPcommunicator.H.
Referenced by TCPcommunicator::pollvar(), and TCPcommunicator::stop1().