API
xt1121Ctrl.cpp
Go to the documentation of this file.
1 /** \file xt1121Ctrl.hpp
2  * \brief The MagAO-X Acromag XT 1211 digital I/O controller main program
3  *
4  * \author Jared R. Males (jaredmales@gmail.com)
5  *
6  * \ingroup xt1121Ctrl_files
7  */
8 
9 
10 #include "xt1121Ctrl.hpp"
11 
12 
13 int main(int argc, char **argv)
14 {
16 
17  return xtc.main(argc, argv);
18 
19 }
int main(int argc, char **argv)
Definition: xt1121Ctrl.cpp:13
The MagAO-X Acromag XT 1211 digital I/O controller main program.