Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
get_time.hGo to the documentation of this file.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_1 $ 00013 * $Revision: 1.2 $ 00014 * $State: Rel $ 00015 * $Date: 2003/07/25 20:18:08 $ 00016 */ 00017 00018 #endif |
Tekkotsu v2.1 |
Generated Tue Mar 16 23:19:13 2004 by Doxygen 1.3.5 |