This class provides an interface for sending simple integer events via a file descriptor. This allows threads to send events that can be picked up by the poll system call.
More...
#include <BEvent.h>
List of all members.
Detailed Description
This class provides an interface for sending simple integer events via a file descriptor. This allows threads to send events that can be picked up by the poll system call.
Constructor & Destructor Documentation
BEventInt::~BEventInt |
( |
| ) |
|
Member Function Documentation
void BEventInt::clear |
( |
| ) |
|
BError BEventInt::getEvent |
( |
int & |
event, |
|
|
int |
timeOutUs = -1 |
|
) |
| |
BError BEventInt::sendEvent |
( |
int |
event | ) |
|
Member Data Documentation
File descriptors for pipe.
The documentation for this class was generated from the following files: