API
filterWheelCtrl.cpp
Go to the documentation of this file.
1 /** \file filterWheelCtrl.cpp
2  * \brief The MagAO-X Filter Wheel Controller
3  *
4  * \ingroup filterWheelCtrl_files
5  */
6 
7 
8 #include "filterWheelCtrl.hpp"
9 
10 int main(int argc, char ** argv)
11 {
13 
14  return fwc.main(argc, argv);
15 }
int main(int argc, char **argv)
The MagAO-X Filter Wheel Controller.