#include <MboSynch.h>


Public Member Functions | |
| CEventFake (const bool, const bool=false) | |
| virtual void | Set () |
| virtual void | Reset () |
| virtual void | Pulse () |
| virtual bool | Wait () const |
Since this is an emulation you will have to consider the following:
Definition at line 834 of file MboSynch.h.
| mbo::CEventFake::CEventFake | ( | const | bool, | |
| const | bool = false | |||
| ) | [inline, explicit] |
Default constructor. (NOP)
| bool | mode of the signal |
| bool | state after create: true => signaled, false => not signaled |
Definition at line 840 of file MboSynch.h.
| virtual void mbo::CEventFake::Set | ( | ) | [inline, virtual] |
| virtual void mbo::CEventFake::Reset | ( | ) | [inline, virtual] |
| virtual void mbo::CEventFake::Pulse | ( | ) | [inline, virtual] |
| virtual bool mbo::CEventFake::Wait | ( | ) | const [inline, virtual] |
| Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:12 2008 for MBO-lib by 1.5.4 |