![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "virtualCircuit.h"
Public Member Functions | |
tcpRecvThread (class tcpiiu &iiuIn, epicsMutex &cbMutexIn, cacContextNotify &, const char *pName, unsigned int stackSize, unsigned int priority) | |
virtual | ~tcpRecvThread () |
void | start () |
void | exitWait () |
bool | exitWait (double delay) |
void | interruptSocketRecv () |
void | show (unsigned level) const |
Definition at line 55 of file virtualCircuit.h.
tcpRecvThread::tcpRecvThread | ( | class tcpiiu & | iiuIn, |
epicsMutex & | cbMutexIn, | ||
cacContextNotify & | ctxNotifyIn, | ||
const char * | pName, | ||
unsigned int | stackSize, | ||
unsigned int | priority | ||
) |
Definition at line 378 of file tcpiiu.cpp.
|
virtual |
Definition at line 386 of file tcpiiu.cpp.
void tcpRecvThread::exitWait | ( | ) |
Definition at line 404 of file tcpiiu.cpp.
bool tcpRecvThread::exitWait | ( | double | delay | ) |
Definition at line 399 of file tcpiiu.cpp.
void tcpRecvThread::interruptSocketRecv | ( | ) |
Definition at line 2086 of file tcpiiu.cpp.
void tcpRecvThread::show | ( | unsigned | level | ) | const |
Definition at line 395 of file tcpiiu.cpp.
void tcpRecvThread::start | ( | ) |
Definition at line 390 of file tcpiiu.cpp.