This is Unofficial EPICS BASE Doxygen Site
udpRecvThread Class Reference

#include "udpiiu.h"

+ Inheritance diagram for udpRecvThread:
+ Collaboration diagram for udpRecvThread:

Public Member Functions

 udpRecvThread (class udpiiu &iiuIn, cacContextNotify &, epicsMutex &, const char *pName, unsigned stackSize, unsigned priority)
 
virtual ~udpRecvThread ()
 
void start ()
 
bool exitWait (double delay)
 
void show (unsigned level) const
 

Detailed Description

Definition at line 55 of file udpiiu.h.

Constructor & Destructor Documentation

udpRecvThread::udpRecvThread ( class udpiiu iiuIn,
cacContextNotify ctxNotifyIn,
epicsMutex &  cbMutexIn,
const char *  pName,
unsigned  stackSize,
unsigned  priority 
)

Definition at line 370 of file udpiiu.cpp.

372  :
373  iiu ( iiuIn ), cbMutex ( cbMutexIn ), ctxNotify ( ctxNotifyIn ),
374  thread ( *this, pName, stackSize, priority ) {}
udpRecvThread::~udpRecvThread ( )
virtual

Definition at line 376 of file udpiiu.cpp.

377 {
378 }

Member Function Documentation

bool udpRecvThread::exitWait ( double  delay)

Definition at line 385 of file udpiiu.cpp.

386 {
387  return this->thread.exitWait ( delay );
388 }
void udpRecvThread::show ( unsigned  level) const

Definition at line 390 of file udpiiu.cpp.

391 {
392 }
void udpRecvThread::start ( )

Definition at line 380 of file udpiiu.cpp.

381 {
382  this->thread.start ();
383 }

The documentation for this class was generated from the following files: