CGenericEvent Class Reference
#include <GenericEvent.h>
List of all members.
|
Public Member Functions |
| virtual void | Pulse ()=0 |
| virtual void | Set ()=0 |
| virtual void | Reset ()=0 |
| virtual BOOL | Wait (unsigned long ulMSTimeout=INFINITE)=0 |
| | CGenericEvent (BOOL bInitialState=FALSE, BOOL bManualReset=FALSE, const char *pEventName=NULL) |
| virtual | ~CGenericEvent () |
| virtual void | ReleaseObject ()=0 |
| virtual BOOL | IsFirst () const |
Protected Member Functions |
| virtual HANDLE | GetHandle () const =0 |
| void | SetFirst () |
Detailed Description
Definition at line 48 of file GenericEvent.h.
Constructor & Destructor Documentation
| KOMODIA_NAMESPACE_START CGenericEvent::CGenericEvent |
( |
BOOL |
bInitialState = FALSE, |
|
|
BOOL |
bManualReset = FALSE, |
|
|
const char * |
pEventName = NULL | |
|
) |
| | |
| CGenericEvent::~CGenericEvent |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual HANDLE CWaitableObject::GetHandle |
( |
|
) |
const [protected, pure virtual, inherited] |
| BOOL CWaitableObject::IsFirst |
( |
|
) |
const [virtual, inherited] |
| virtual void CGenericEvent::Pulse |
( |
|
) |
[pure virtual] |
| virtual void CWaitableObject::ReleaseObject |
( |
|
) |
[pure virtual, inherited] |
| virtual void CGenericEvent::Reset |
( |
|
) |
[pure virtual] |
| virtual void CGenericEvent::Set |
( |
|
) |
[pure virtual] |
| void CWaitableObject::SetFirst |
( |
|
) |
[protected, inherited] |
| virtual BOOL CGenericEvent::Wait |
( |
unsigned long |
ulMSTimeout = INFINITE |
) |
[pure virtual] |
The documentation for this class was generated from the following files: