Public Member Functions | |
QPollChain (QDescriptorList *descrList, int timeoutMs=100) | |
ctor | |
virtual | ~QPollChain () |
dtor | |
void | DoPoll (void) |
start monitoring file descriptors | |
Private Attributes | |
QDescriptorList * | fList |
int | fTimeOutMs |
QPollChain::QPollChain | ( | QDescriptorList * | descrList, | |
int | timeoutMs = 100 | |||
) |
ctor
descrList | list of descriptors handled by this object | |
timeoutMs | max time in ms for poll to weait before returning if no events are found in monitored file descriptors |
References fList, and fTimeOutMs.
QDescriptorList* QPollChain::fList [private] |
file descriptors monitored by this object
Referenced by DoPoll(), and QPollChain().
int QPollChain::fTimeOutMs [private] |
time out in ms
Referenced by DoPoll(), and QPollChain().