boardworkerthread.h

Go to the documentation of this file.
00001 
00002 // Name:        boardworkerthread.h
00003 // Purpose:     
00004 // Author:      NDA
00005 // Modified by: 
00006 // Created:     12/07/05 14:41:59
00007 // RCS-ID:      
00008 // Copyright:   CAEN S.p.A. All rights reserved
00009 // Licence:     
00011 
00012 // Generated by DialogBlocks (unregistered), 11/24/05 17:41:59
00013 
00014 #ifndef _BOARDWORKERTHREAD_H_
00015 #define _BOARDWORKERTHREAD_H_
00016 
00017 #if defined(__GNUG__) && !defined(__APPLE__)
00018 #pragma interface "boardworkerthread.h"
00019 #endif
00020 
00024 #include "wx/datetime.h"
00025 #include "wx/thread.h"
00026 
00027 class GenericBoard;
00028 
00029 class BoardWorkerThread :public wxThread
00030 {
00031 public:
00032         BoardWorkerThread ( GenericBoard* parent);
00033         ~BoardWorkerThread (void);
00034         ExitCode Entry( void);
00035 protected:
00036         GenericBoard* m_parent;
00037         wxDateTime m_next_sw_trigger;
00038 };
00039 
00040 
00041 #endif
00042 
00043 

Generated on Mon Mar 19 17:14:07 2007 for CAENScope by  doxygen 1.4.6-NO