API
 
Loading...
Searching...
No Matches
cred2Ctrl.cpp
Go to the documentation of this file.
1/** \file cred2Ctrl.cpp
2 * \brief Main program for the MagAO-X C-RED 2 camera controller.
3 *
4 * \author Jared R. Males (jaredmales@gmail.com)
5 *
6 * \ingroup cred2Ctrl_files
7 */
8
9#include "cred2Ctrl.hpp"
10
11int main( int argc, char **argv )
12{
14
15 return app.main( argc, argv );
16}
MagAO-X application to control the C-RED 2 camera.
Definition cred2Ctrl.hpp:51
The MagAO-X C-RED 2 camera controller.