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