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
1.3