The VisAO Camera
FocusMotorCtrl_main.cpp
Go to the documentation of this file.
1
/************************************************************
2
* FocusMotorCtrl_main.cpp
3
*
4
* Author: Jared R. Males (jrmales@email.arizona.edu)
5
*
6
* The main program for the focus stage controller.
7
*
8
* Developed as part of the Magellan Adaptive Optics system.
9
************************************************************/
10
11
/** \file FocusMotorCtrl_main.cpp
12
* \author Jared R. Males
13
* \brief The main program for the focus stage controller.
14
*
15
*/
16
17
#include "
FocusMotorCtrl.h
"
18
19
#define VISAO_APP_TYPE VisAO::FocusMotorCtrl
20
#define VISAO_APP_NAME "focusmotor"
21
//#define VISAO_APP_CONFFILE "conf/FocusMotorCtrl.conf"
22
#include "
VisAO_main.h
"
23
24
int
main(
int
argc,
char
**argv)
25
{
26
return
VisAO_main(argc, argv);
27
}
FocusMotorCtrl.h
Declarations for the focus stage stepper motor controller.
VisAO_main.h
The main program for a VisAO application.
FocusMotorCtrl
FocusMotorCtrl_main.cpp
Generated on Tue Dec 1 2015 23:21:52 for The VisAO Camera by
1.8.9.1