/** @page LEVEL3 Realtime Clock Requirements LEVEL4 Trick shall provide a framework to use a real-time clock source. LEVEL4 The framework shall provide a base real-time clock class that provides the following interface LEVEL5 Initialize the clock LEVEL5 Return the current time LEVEL5 Reset the clock LEVEL5 Wait/Spin on the clock to reach a requested time LEVEL5 Stop the clock LEVEL4 Trick shall provide a real-time clock based on the system gettimeofday clock (GetTimeofDay Clock). */