This file defines the non-inline member functions of the lobot::Countdown class. More...
#include "Robots/LoBot/control/LoCountdown.H"
#include "Robots/LoBot/control/LoMetrics.H"
#include "Robots/LoBot/LoApp.H"
#include "Robots/LoBot/slam/LoMap.H"
#include "Robots/LoBot/config/LoConfigHelpers.H"
#include "Robots/LoBot/thread/LoShutdown.H"
#include "Robots/LoBot/misc/LoRegistry.H"
#include "Robots/LoBot/misc/singleton.hh"
#include "Robots/LoBot/util/LoTime.H"
#include <iomanip>
Go to the source code of this file.
This file defines the non-inline member functions of the lobot::Countdown class.
Definition in file LoCountdown.C.
int m_duration |
This setting specifies the number of seconds for the countdown.
Definition at line 79 of file LoCountdown.C.
int m_update_delay |
The number of milliseconds between successive iterations of this behaviour.
WARNING: The ability to change a behaviour's update frequency is a very powerful feature whose misuse or abuse can wreak havoc! Be sure to use reasonable values for this setting.
Definition at line 87 of file LoCountdown.C.