40 * \brief The Clock allows viewing and manipulating the time.
41 *
42 * \image html Clock.png
43 * When synchronized time is available, the user can start/stop/step the
44 * progression of time. The current timeserver time is shown.
45 *
46 * Othewise the current system time is shown.
47 *
48 * \see \ref ArmarXSimulation-HowTos-Timeserver
49 * \see ClockGuiPlugin
50 */
51
52 /**
53 * \class ClockGuiPlugin
54 * \ingroup ArmarXGuiPlugins
55 * \brief ClockGuiPlugin a gui plugin to show and manipulate the time
56 *
57 * The ClockGuiPlugin shows the time provided by TimeUtil::GetTime(), i.e. the local time or the Timeserver's time, depending on the ArmarX.UseTimeServer property.
58 * It also allows to control the TimeServer (start/stop/step the time and change the speed)
59 */
60
61 /**
62 * \class ClockWidgetController
63 * \brief ClockWidgetController allows showing and manipulating the time