#include <BEvent.h>
Public Member Functions | |
BEventInt () | |
~BEventInt () | |
BError | sendEvent (int event) |
Send an event. | |
BError | getEvent (int &event, int timeOutUs=-1) |
Receive the event. | |
int | getFd () |
Private Attributes | |
int | ofds [2] |
File descriptors for pipe. |
BEventInt::BEventInt | ( | ) |
BEventInt::~BEventInt | ( | ) |
BError BEventInt::sendEvent | ( | int | event | ) |
Send an event.
BError BEventInt::getEvent | ( | int & | event, | |
int | timeOutUs = -1 | |||
) |
Receive the event.
int BEventInt::getFd | ( | ) |
int BEventInt::ofds[2] [private] |
File descriptors for pipe.