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

include/roc/OpticBoard.h (r4864/r1008)

Go to the documentation of this file.
00001 #ifndef ROC_OPTICBOARD_H
00002 #define ROC_OPTICBOARD_H
00003 
00004 #include "roc/Board.h"
00005 
00006 #include "roc/defines_optic.h"
00007 
00008 namespace roc {
00009 
00010    class OpticBoard : public roc::Board {
00011 
00012       protected:
00013 
00014          OpticBoard();
00015          virtual ~OpticBoard();
00016 
00017       public:
00018 
00019          virtual int getTransportKind() const { return roc::kind_ABB; }
00020    };
00021 
00022 }
00023 
00024 #endif

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