AsyncEngine Class Referenceabstract
#include <AsyncEngine.h>
Inheritance diagram for AsyncEngine:
Public Types | |
enum | CheckError { EVENT_IDLE = -1 , EVENT_ERROR = -2 } |
Public Member Functions | |
virtual | ~AsyncEngine () |
virtual int | checkEvents (int timeout)=0 |
Detailed Description
Definition at line 18 of file AsyncEngine.h.
Member Enumeration Documentation
◆ CheckError
Enumerator | |
---|---|
EVENT_IDLE | |
EVENT_ERROR |
Definition at line 26 of file AsyncEngine.h.
Constructor & Destructor Documentation
◆ ~AsyncEngine()
|
inlinevirtual |
Definition at line 35 of file AsyncEngine.h.
Member Function Documentation
◆ checkEvents()
Implemented in Adaptation::Ecap::Engine, CommSelectEngine, EventScheduler, SignalEngine, RecordingEngine, and StoreRootEngine.
Referenced by EventLoop::checkEngine().
The documentation for this class was generated from the following file:
- src/AsyncEngine.h