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: alokl $ 00012 * $Name: tekkotsu-1_4_1 $ 00013 * $Revision: 1.1.1.1 $ 00014 * $State: Exp $ 00015 * $Date: 2002/09/30 18:19:48 $ 00016 */ 00017 00018 #endif
Tekkotsu v1.4 |
Generated Sat Jul 19 00:06:30 2003 by Doxygen 1.3.2 |