41 * \brief The Clock allows viewing and manipulating the time.
42 *
43 * \image html Clock.png
44 * When synchronized time is available, the user can start/stop/step the
45 * progression of time. The current timeserver time is shown.
46 *
47 * Othewise the current system time is shown.
48 *
49 * \see \ref ArmarXSimulation-HowTos-Timeserver
50 * \see ClockGuiPlugin
51 */
52
53 /**
54 * \class ClockGuiPlugin
55 * \ingroup ArmarXGuiPlugins
56 * \brief ClockGuiPlugin a gui plugin to show and manipulate the time
57 *
58 * 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.
59 * It also allows to control the TimeServer (start/stop/step the time and change the speed)
60 */
61
62 /**
63 * \class ClockWidgetController
64 * \brief ClockWidgetController allows showing and manipulating the time