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