class Poller
|
pollfd assistance class for port classes.
More... |
|
|
Public Members
- Poller ()
- ~Poller ()
- pollfd * getList (int cnt)
- inline pollfd * getList (void)
Detailed Description
The poller class is used to help manage pollfd structs for use in the
updated serial and socket "port" code.
pollfd * getList (int cnt)
|
reserve a specified number of poll descriptors. If additional
descriptors are needed, they are allocated.
Parameters:
number | of desctiptors to reserve
|
Returns: new array of descriptors.
inline pollfd * getList (void)
|
Retreive the current array of poll descriptors.
Returns: array of descriptors.
- Author: Gianni Mariani <marianig@orconet.com>
- Generated: dyfet@home.sys on Fri Aug 11 16:43:58 200.