#include "udpiiu.h"
Definition at line 55 of file udpiiu.h.
udpRecvThread::udpRecvThread |
( |
class udpiiu & |
iiuIn, |
|
|
cacContextNotify & |
ctxNotifyIn, |
|
|
epicsMutex & |
cbMutexIn, |
|
|
const char * |
pName, |
|
|
unsigned |
stackSize, |
|
|
unsigned |
priority |
|
) |
| |
Definition at line 370 of file udpiiu.cpp.
373 iiu ( iiuIn ), cbMutex ( cbMutexIn ), ctxNotify ( ctxNotifyIn ),
374 thread ( *
this, pName, stackSize, priority ) {}
udpRecvThread::~udpRecvThread |
( |
| ) |
|
|
virtual |
bool udpRecvThread::exitWait |
( |
double |
delay | ) |
|
Definition at line 385 of file udpiiu.cpp.
387 return this->thread.exitWait ( delay );
void udpRecvThread::show |
( |
unsigned |
level | ) |
const |
void udpRecvThread::start |
( |
| ) |
|
Definition at line 380 of file udpiiu.cpp.
382 this->thread.start ();
The documentation for this class was generated from the following files: