#include <OnixS/FIXEngine/FIX/TimeoutTimer.h>
Public Member Functions | |
TimeoutTimer (const TimeSpan &timeout) | |
~TimeoutTimer () | |
bool | elapsed () const |
It can help to control a time interval during the dispatching in the ExternalThread
mode.
Definition at line 30 of file TimeoutTimer.h.
|
explicit |
The constructor.
timeout | The timeout that the timer should control. |
~TimeoutTimer | ( | ) |
The destructor.
bool elapsed | ( | ) | const |
Returns 'true' if the timeout is elapsed, otherwise - 'false'.