API
picamCtrl.cpp
Go to the documentation of this file.
1 /** \file picamCtrl.cpp
2  * \brief The MagAO-X Princeton Instruments EMCCD camera controller main program.
3  *
4  * \author Jared R. Males (jaredmales@gmail.com)
5  *
6  * \ingroup picamCtrl_files
7  */
8 
9 
10 #include "picamCtrl.hpp"
11 
12 int main(int argc, char ** argv)
13 {
15 
16  return pcam.main(argc, argv);
17 }
int main(int argc, char **argv)
Definition: picamCtrl.cpp:12
The MagAO-X Princeton Instruments EMCCD camera controller.