Fawkes API Fawkes Development Version
|
Timeout thread. More...
#include <>>
Public Member Functions | |
TimeoutThread (RefBoxStateSender *rss) | |
Constructor. | |
virtual | ~TimeoutThread () |
Destructor. | |
virtual void | loop () |
Code to execute in the thread. |
Timeout thread.
This thread sends out a burst of world info packages if new information has been set for sending and will then slow down until only one packet per second is sent.
Definition at line 52 of file refbox_state_sender.h.
RefBoxStateSender::TimeoutThread::TimeoutThread | ( | RefBoxStateSender * | rss | ) |
Constructor.
rss | parent refbox state sender |
Definition at line 227 of file refbox_state_sender.cpp.
RefBoxStateSender::TimeoutThread::~TimeoutThread | ( | ) | [virtual] |
Destructor.
Definition at line 236 of file refbox_state_sender.cpp.
void RefBoxStateSender::TimeoutThread::loop | ( | ) | [virtual] |
Code to execute in the thread.
Implement this method to hold the code you want to be executed continously. If you do not implement this method, the default is that the thread will exit. This is useful if you choose to only implement once().
Reimplemented from fawkes::Thread.
Definition at line 242 of file refbox_state_sender.cpp.