Main Page   Hardware Class Hierarchy   Hardware API     Mapping Class Hierarchy  Mapping API 

commdevice_eb500.h

Go to the documentation of this file.
00001 /*DASI Library Copyright (C) 2007  Derek Jones
00002 This software is free for educational use only--no commercial use allowed.
00003 
00004 This library is  distributed in the hope that it will be useful,
00005 but WITHOUT ANY WARRANTY;  without even the implied warranty of
00006 MERCHANTABILITY or FITNESS FOR A  PARTICULAR PURPOSE.  
00007 
00008  * $Id: commdevice_eb500.h,v 1.1 2007/06/15 06:04:27 derek Exp $
00009 */
00010 
00012 
00016 #include <hardware/oeb500.h>
00017 
00018 #ifndef OOMRM_EB500_COMMDEVICE
00019 #define OOMRM_EB500_COMMDEVICE
00020 
00021 #include <commdevice.h>
00022 
00023 
00024 class EB500_CommunicationDevice : public CommunicationDevice
00025 {
00026 public:
00027   EB500_CommunicationDevice(oEB500* const eb500);
00028   void initialize(void); 
00029 protected:
00030 };
00031 
00032 
00033 #endif

Generated on Mon Oct 8 19:32:18 2007 for OOMRM Mapping API by doxygen1.3