API
 
Loading...
Searching...
No Matches
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
12int main(int argc, char ** argv)
13{
15
16 return pcam.main(argc, argv);
17}
int main()
The MagAO-X Princeton Instruments EMCCD camera controller.