API
smc100ccCtrl.cpp
Go to the documentation of this file.
1 /** \file smc100ccCtrl.cpp
2  * \brief The MagAO-X smc100ccCtrl app source file.
3  * \author Chris Bohlman (cbohlman@pm.me)
4  *
5  * \ingroup smc100ccCtrl_files
6  *
7  * History:
8  * - 2019-01-10 created by CJB
9  */
10 #include "smc100ccCtrl.hpp"
11 
12 int main(int argc, char ** argv)
13 {
15 
16  return ctrl.main(argc, argv);
17 }
int main(int argc, char **argv)
The smc controller communicator.