API
trippLitePDU.cpp
Go to the documentation of this file.
1 /** \file trippLitePDU.cpp
2  * \brief The MagAO-X Tripp Lite Power Distribution Unit controller main program.
3  *
4  * \author Jared R. Males (jaredmales@gmail.com)
5  *
6  * \ingroup trippLitePDU_files
7  */
8 
9 
10 #include "trippLitePDU.hpp"
11 
12 int main(int argc, char ** argv)
13 {
15 
16  return pdu.main(argc, argv);
17 }
MagAO-X application to control a Tripp Lite power distribution unit (PDU).
int main(int argc, char **argv)
The MagAO-X Tripp Lite Power Distribution Unit controller.