The VisAO Camera
framegrabber47_main.cpp
Go to the documentation of this file.
1 /************************************************************
2 * framegrabber47_main.cpp
3 *
4 * Author: Jared R. Males (jrmales@email.arizona.edu)
5 *
6 * The main program for the CCD47 frame grabber.
7 *
8 * Developed as part of the Magellan Adaptive Optics system.
9 ************************************************************/
10 
11 /** \file framegrabber47_main.cpp
12  * \author Jared R. Males
13  * \brief The main program for the CCD47 frame grabber.
14  *
15 */
16 
17 
18 #include "framegrabber47.h"
19 
20 #define VISAO_APP_TYPE VisAO::framegrabber47
21 #define VISAO_APP_NAME "framegrabber47"
22 //#define VISAO_APP_CONFFILE "conf/framegrabber47.conf"
23 #include "VisAO_main.h"
24 
25 int main(int argc, char **argv)
26 {
27  return VisAO_main(argc, argv);
28 }
29 
30 
31 
Declarations for a class to manage the EDT PCI framegrabber for the CCD47.
The main program for a VisAO application.