• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

include/sp605/Board.h (r4864/r4162)

Go to the documentation of this file.
00001 #ifndef SP605_BOARD_H
00002 #define SP605_BOARD_H
00003 
00004 #include "base/Board.h"
00005 
00006 
00007 namespace sp605 {
00008 
00009    class Board : public base::Board {
00010       protected:
00011          unsigned fBoardId; // board ID
00012 
00013          // constructor is protected - one should use factory methods!!
00014          Board();
00015          virtual ~Board();
00016 
00017       public:
00018 
00019          virtual bool is_SPI_I2C() const { return true; }
00020 
00021    };
00022 
00023 }
00024 
00025 
00026 #endif

Generated on Tue Dec 10 2013 04:52:22 for ROCsoft by  doxygen 1.7.1