Public Member Functions

RefBoxStateSender::TimeoutThread Class Reference

Timeout thread. More...

#include <>>

Inheritance diagram for RefBoxStateSender::TimeoutThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 TimeoutThread (RefBoxStateSender *rss)
 Constructor.
virtual ~TimeoutThread ()
 Destructor.
virtual void loop ()
 Code to execute in the thread.

Detailed Description

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.

Author:
Tim Niemueller

Definition at line 52 of file refbox_state_sender.h.


Constructor & Destructor Documentation

RefBoxStateSender::TimeoutThread::TimeoutThread ( RefBoxStateSender rss  ) 

Constructor.

Parameters:
rss parent refbox state sender

Definition at line 226 of file refbox_state_sender.cpp.

RefBoxStateSender::TimeoutThread::~TimeoutThread (  )  [virtual]

Destructor.

Definition at line 235 of file refbox_state_sender.cpp.


Member Function Documentation

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 241 of file refbox_state_sender.cpp.


The documentation for this class was generated from the following files: