• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

include/FCam/Device.h

Go to the documentation of this file.
00001 #ifndef FCAM_DEVICE_H
00002 #define FCAM_DEVICE_H
00003 
00004 #include "Time.h"
00005 #include "Event.h"
00006 
00010 namespace FCam {
00011 
00012     class Frame;
00013 
00018     class Device : public EventGenerator {
00019       public:
00030         virtual void tagFrame(Frame) = 0;
00031         virtual ~Device() {}
00032     };
00033 
00034 }
00035 #endif

Generated on Fri Sep 24 2010 15:52:59 for FCam by  doxygen 1.7.1