API
sysMonitor.cpp
Go to the documentation of this file.
1 /** \file sysMonitor.cpp
2  * \brief The MagAO-X sysMonitor app source file.
3  * \author Chris Bohlman (cbohlman@pm.me)
4  *
5  * \ingroup sysMonitor_files
6  *
7  * History:
8  * - 2018-08-10 created by CJB
9  */
10 #include "sysMonitor.hpp"
11 
12 int main(int argc, char ** argv)
13 {
15 
16  return mon.main(argc, argv);
17 }
int main(int argc, char **argv)
Definition: sysMonitor.cpp:12
The MagAO-X sysMonitor app main program which provides functions to read and report system statistics...