CEventClass Class Reference

#include <EventClass.h>

List of all members.

Public Member Functions

void Set ()
BOOL Wait ()
void Reset ()
 CEventClass (void)
 ~CEventClass (void)

Public Attributes

BOOL m_bCreated

Private Attributes

pthread_cond_t m_ready
pthread_mutex_t m_lock

Constructor & Destructor Documentation

CEventClass::CEventClass ( void   ) 
CEventClass::~CEventClass ( void   ) 

Member Function Documentation

void CEventClass::Reset (  ) 

Reset reset an event flag to unsignaled

Here is the caller graph for this function:

void CEventClass::Set (  ) 

Set set an event to signaled

Here is the caller graph for this function:

BOOL CEventClass::Wait (  ) 

Wait wait for an event -- wait for an event object to be set to signaled

Here is the caller graph for this function:


Member Data Documentation

pthread_mutex_t CEventClass::m_lock [private]
pthread_cond_t CEventClass::m_ready [private]

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

Generated on 4 Mar 2010 for TReqS by  doxygen 1.6.1