Account
| Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BPoll.h
Go to the documentation of this file.
Error return class. This class is used to return the error status from a function....
Definition BError.h:31
This class provides an interface for polling a number of file descriptors. It uses round robin pollin...
Definition BPoll.h:48
BError doPoll(int &fd, int timeoutUs=-1)
Perform polling operation.
Definition BPoll.cpp:202
void append(int fd, int events=POLLIN|POLLERR|POLLHUP|POLLNVAL)
Append a file descriptor to polling list.
Definition BPoll.cpp:161
BError doPollEvents(int &fd, int &events, int timeoutUs=-1)
Perform polling operation and return events.
Definition BPoll.cpp:241
Generated by
