18 #ifndef __framegrabber47_h__ 
   19 #define __framegrabber47_h__ 
   45       framegrabber47(std::string name, 
const std::string &conffile) 
throw (AOException);
 
   48       void init_framegrabber47();
 
   50       char    edt_devname[128];
 
   64       int     recovering_timeout;
 
   76 #endif //__framegrabber47_h__ 
virtual int stop_framegrabber()
Override this: framegrabber clean up. 
Declarations and definitions for a template class to manage a generic framegrabber. 
The framegrabber specialization for the CCD47. 
The basic VisAO framegrabber. 
The namespace of VisAO software. 
virtual int start_framegrabber()
Override this: it is where your framegrabber should do all its work. Check for !STOP_FRAMEGRABBER and...