nidas v1.2.3
|
Interface for objects with a file descriptor, providing a virtual method to be called when system calls such as select, poll, or epoll indicate an event is pending on the file descriptor. More...
#include <Polled.h>
Public Member Functions | |
virtual | ~Polled () |
virtual int | getFd () const =0 |
virtual bool | handlePollEvents (uint32_t events)=0 |
Interface for objects with a file descriptor, providing a virtual method to be called when system calls such as select, poll, or epoll indicate an event is pending on the file descriptor.
|
inlinevirtual |
Implemented in nidas::core::RemoteSerialConnection, nidas::core::RemoteSerialListener, nidas::core::SensorHandler::PolledDSMSensor, and nidas::core::SensorHandler::NotifyPipe.
Referenced by nidas::core::SensorHandler::run().