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