pit_keyboard.h

Go to the documentation of this file.
00001 #ifndef PIT_CMDLINEPARSER_H
00002 #define PIT_CMDLINEPARSER_H
00003 
00004 #include<string>
00005 
00006 
00007 class pit_keyboard{
00008 private:
00009         
00010 public:
00011         
00012         void cmdHandler(std::string command);
00013         static void EchoOff(void);
00014         static void EchoOn(void);
00015         static void SetKeyboard(void);
00016         static void ResetKeyboard(void);
00017         static bool  kbhit(void);
00018 
00019         pit_keyboard(void);                      // constructor
00020     virtual ~pit_keyboard(void);                     // destuctor
00021 
00022 };
00023 
00024 #endif

Generated on Sat Mar 29 22:55:55 2008 for pixelTrigger by  doxygen 1.5.0