API
kcubeCtrl.cpp
Go to the documentation of this file.
1 /** \file kcubeCtrl.cpp
2  * \brief The MagAO-X K-Cube Controller main program source file.
3  *
4  * \ingroup kcubeCtrl_files
5  */
6 
7 #include "kcubeCtrl.hpp"
8 
9 
10 int main(int argc, char **argv)
11 {
13 
14  return xapp.main(argc, argv);
15 
16 }
The MagAO-X K-Cube Controller.
Definition: kcubeCtrl.hpp:75
int main(int argc, char **argv)
Definition: kcubeCtrl.cpp:10
The MagAO-X K-Cube Controller header file.