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