This class provides a base interface for sending events via a pipe. 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 a base interface for sending events via a pipe. This allows threads to send events that can be picked up by the poll system call.
◆ BEvent1Pipe()
BEvent1Pipe::BEvent1Pipe |
( |
| ) |
|
◆ ~BEvent1Pipe()
BEvent1Pipe::~BEvent1Pipe |
( |
| ) |
|
◆ clear()
void BEvent1Pipe::clear |
( |
| ) |
|
◆ getEvent()
BError BEvent1Pipe::getEvent |
( |
BEvent1 * |
event, |
|
|
int |
timeOutUs = -1 |
|
) |
| |
◆ getReceiveFd()
int BEvent1Pipe::getReceiveFd |
( |
| ) |
|
returns the receive file descriptor for the poll system call
◆ sendEvent()
◆ ofds
File descriptors for pipe.
The documentation for this class was generated from the following files: