Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

ovision_client/overhead_vision_bluetooth.h

Go to the documentation of this file.
00001 #ifndef OVERHEAD_VISION_BLUETOOTH_H_GAURD
00002 #define OVERHEAD_VISION_BLUETOOTH_H_GAURD
00003 
00004 #include "overhead_vision_client.h"
00005 
00006 class OverheadVisionClientBluetooth : public OverheadVisionClient
00007 {
00008   public:
00009         
00010         OverheadVisionClientBluetooth(int patternNum);
00011         virtual ~OverheadVisionClientBluetooth(void);
00012 
00013         virtual int recv(void);
00014         virtual int recvNoWait(void);
00015 };
00016 
00017 #endif

Generated on Fri Sep 1 14:25:50 2006 for Raptor by  doxygen 1.4.4