Data Structures | |
| struct | address_const_of |
| struct | address_of |
Public Member Functions | |
| int | interval_get () const |
Gets the polling interval rate of poller. More... | |
| bool | interval_set (int interval_) const |
Changes the polling interval rate of poller. More... | |
| operator::ecore::poller () const | |
| operator::ecore::poller & () | |
| operator::ecore::poller const & () const | |
Static Public Member Functions | |
| static Eo_Class const * | _eo_class () |
|
inline |
Gets the polling interval rate of poller.
poller polls at.This returns a poller's polling interval, or 0 on error.
| interval | The tick interval to set; must be a power of 2 and <= 32768. |
|
inline |
Changes the polling interval rate of poller.
This allows the changing of a poller's polling interval. It is useful when you want to alter a poll rate without deleting and re-creating a poller.
| interval | The tick interval to set; must be a power of 2 and <= 32768. |