Public Member Functions | Protected Attributes

SignaledEvent Class Reference

#include <SignaledEvent.h>

Collaboration diagram for SignaledEvent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SignaledEvent ()
 ~SignaledEvent ()
void InitEvent (void)
void CloseEvent (void)
void SetEvent (void)
void WaitOnEvent (int timeoutMs)

Protected Attributes

SimpleMutex isSignaledMutex
bool isSignaled
pthread_condattr_t condAttr
pthread_cond_t eventList
pthread_mutex_t hMutex
pthread_mutexattr_t mutexAttr

Detailed Description

Definition at line 19 of file SignaledEvent.h.


Constructor & Destructor Documentation

SignaledEvent::SignaledEvent (  ) 

Definition at line 10 of file SignaledEvent.cpp.

SignaledEvent::~SignaledEvent (  ) 

Definition at line 18 of file SignaledEvent.cpp.


Member Function Documentation

void SignaledEvent::CloseEvent ( void   ) 

Definition at line 35 of file SignaledEvent.cpp.

Here is the caller graph for this function:

void SignaledEvent::InitEvent ( void   ) 

Definition at line 23 of file SignaledEvent.cpp.

Here is the caller graph for this function:

void SignaledEvent::SetEvent ( void   ) 

Definition at line 51 of file SignaledEvent.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SignaledEvent::WaitOnEvent ( int  timeoutMs  ) 

Definition at line 67 of file SignaledEvent.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

pthread_condattr_t SignaledEvent::condAttr [protected]

Definition at line 36 of file SignaledEvent.h.

pthread_cond_t SignaledEvent::eventList [protected]

Definition at line 37 of file SignaledEvent.h.

pthread_mutex_t SignaledEvent::hMutex [protected]

Definition at line 38 of file SignaledEvent.h.

bool SignaledEvent::isSignaled [protected]

Definition at line 35 of file SignaledEvent.h.

Definition at line 34 of file SignaledEvent.h.

pthread_mutexattr_t SignaledEvent::mutexAttr [protected]

Definition at line 39 of file SignaledEvent.h.


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