Main Page | Class List | Directories | File List | Class Members | File Members

uc.h

Go to the documentation of this file.
00001 
00013  /*
00014  * Copyright (C) 2001-2003 Oliver Cordes (ocordes@astro.uni-bonn.de)
00015  *
00016  *      This program is free software; you can redistribute it and/or
00017  *      modify it under the terms of the GNU General Public License as
00018  *      published by the Free Software Foundation, version 2.
00019  *
00020  */
00021 
00022 
00023 #ifndef __uc_h 
00024 #define __uc_h 1
00025 
00026 #include "serial.h"
00027 
00028 extern serdev *uc_device;
00029 
00030 
00031 int uc_init ( void );
00032 void uc_done ( void );
00033 
00034 void uc_test_avail ( void );
00035 
00036 void uc_display_ser_in( const char *str );
00037 void uc_display_ser_out( const char *str );
00038 
00039 #endif

Generated on Fri Dec 16 22:23:35 2005 for gboccia by  doxygen 1.4.2