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 <BEvent1.h>
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.
BEvent1Int::BEvent1Int |
( |
| ) |
|
BEvent1Int::~BEvent1Int |
( |
| ) |
|
void BEvent1Int::clear |
( |
| ) |
|
BError BEvent1Int::getEvent |
( |
int & |
event, |
|
|
int |
timeOutUs = -1 |
|
) |
| |
int BEvent1Int::getFd |
( |
| ) |
|
BError BEvent1Int::sendEvent |
( |
int |
event | ) |
|
File descriptors for pipe.
The documentation for this class was generated from the following files: