Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

timer.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                          timer.h  -  description
00003                              -------------------
00004     begin                : Fri May 17 2002
00005     copyright            : (C) 2002 by Raphael Zulliger
00006     email                : zulli@hsr.ch
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>.       *
00012  *   It is licensed under the GNU Library General Public License (LGPL).   *
00013  *                                                                         *
00014  ***************************************************************************/
00015 
00016 
00024 #ifndef __timer_h__
00025 #define __timer_h__
00026 
00027 #include <general.h>
00028 
00033 void initTimer( void );
00034 
00039 void resetTimer( void );
00040 
00051 WORD getTime( WORD* time );
00052 
00063 void setTime( WORD* time, WORD value );
00064 
00065 #endif // #define __timer_h__

Generated on Wed Dec 25 01:04:57 2002 for CANopen SlaveLib by doxygen1.2.17