Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

DeltaPanel.h

Go to the documentation of this file.
00001 #ifndef DELTAPANEL_HPP
00002 #define DELTAPANEL_HPP
00003 
00004 #include "CamPanel.h"
00005 #include "VideoDevice.h"
00006 
00007 class CDeltaPanel: public CCamPanel
00008 {
00009 private:
00010    CVideoDevice *pVideo;
00011    int Pixels;
00012 
00013    void Calculate(int n, void *dst, void *src1, void *src2);
00014    
00015 public:
00016    CDeltaPanel(CVideoDevice *video);
00017 
00018    virtual void UpdatePanel();   
00019 };
00020 
00021 #endif

Generated at Sat May 18 02:56:55 2002 for Camstream by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001