|
VLCB
|
Manage tasks that respond with messages at timed intervals. More...
#include <TimedResponse.h>
Classes | |
| class | Task |
Public Types | |
| enum | Result { PROGRESS , RETRY , FINISHED } |
Public Member Functions | |
| void | add (Task *task) |
| void | process () |
| bool | pendingTasks () const |
Manage tasks that respond with messages at timed intervals.
Users of this class add a task that sends a response message each time it is called. This avoids sending messages faster than the transport object can send them.
|
inline |
| void VLCB::TimedResponse::process | ( | ) |
|
inline |