Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
00001 #ifndef INCLUDED_get_time_h 00002 #define INCLUDED_get_time_h 00003 00004 //!a simple way to get the current time since boot in milliseconds (see TimeET for better accuracy) 00005 unsigned int get_time(); 00006 00007 /*! @file 00008 * @brief prototype for get_time(), a simple way to get the current time since boot in milliseconds 00009 * @author ejt (Creator) 00010 * 00011 * $Author: ejt $ 00012 * $Name: tekkotsu-2_0 $ 00013 * $Revision: 1.2 $ 00014 * $State: Rel $ 00015 * $Date: 2003/07/25 20:18:08 $ 00016 */ 00017 00018 #endif
Tekkotsu v2.0 |
Generated Wed Jan 21 03:20:28 2004 by Doxygen 1.3.4 |