vdr
2.2.0
|
#include <tools.h>
Public Member Functions | |
cPoller (int FileHandle=-1, bool Out=false) | |
bool | Add (int FileHandle, bool Out) |
bool | Poll (int TimeoutMs=0) |
Private Types | |
enum | { MaxPollFiles = 16 } |
Private Attributes | |
pollfd | pfd [MaxPollFiles] |
int | numFileHandles |
bool cPoller::Add | ( | int | FileHandle, |
bool | Out | ||
) |
Definition at line 1424 of file tools.c.
References esyslog.
Referenced by cDvbSdFfDevice::Poll(), and cDvbHdFfDevice::Poll().
bool cPoller::Poll | ( | int | TimeoutMs = 0 | ) |
Definition at line 1443 of file tools.c.
Referenced by cTSBuffer::Action(), cDvbTuner::ClearEventQueue(), cDvbSdFfDevice::Poll(), cDvbHdFfDevice::Poll(), cKbdRemote::ReadKey(), and WriteAllOrNothing().
|
private |