Public Types | |
enum | CheckError { EVENT_IDLE = -1 , EVENT_ERROR = -2 } |
Public Member Functions | |
RecordingEngine (int aTimeout=0) | |
int | checkEvents (int timeout) override |
Public Attributes | |
int | calls = 0 |
int | lasttimeout = 0 |
int | return_timeout = 0 |
Detailed Description
Definition at line 54 of file testEventLoop.cc.
Member Enumeration Documentation
◆ CheckError
|
inherited |
Enumerator | |
---|---|
EVENT_IDLE | |
EVENT_ERROR |
Definition at line 26 of file AsyncEngine.h.
Constructor & Destructor Documentation
◆ RecordingEngine()
|
inline |
Definition at line 57 of file testEventLoop.cc.
Member Function Documentation
◆ checkEvents()
Implements AsyncEngine.
Definition at line 59 of file testEventLoop.cc.
References calls, lasttimeout, and return_timeout.
Member Data Documentation
◆ calls
int RecordingEngine::calls = 0 |
Definition at line 65 of file testEventLoop.cc.
Referenced by checkEvents(), TestEventLoop::testEngineErrors(), TestEventLoop::testEngineTimeout(), and TestEventLoop::testRunOnce().
◆ lasttimeout
int RecordingEngine::lasttimeout = 0 |
Definition at line 66 of file testEventLoop.cc.
Referenced by checkEvents(), TestEventLoop::testEngineTimeout(), TestEventLoop::testRunOnce(), and TestEventLoop::testSetPrimaryEngine().
◆ return_timeout
int RecordingEngine::return_timeout = 0 |
Definition at line 67 of file testEventLoop.cc.
Referenced by checkEvents().
The documentation for this class was generated from the following file:
- src/tests/testEventLoop.cc