API
 
Loading...
Searching...
No Matches
logdump.cpp
Go to the documentation of this file.
1/** \file logdump.cpp
2 * \brief A simple utility to dump MagAO-X binary logs to stdout.
3 *
4 * \ingroup logdump_files
5 */
6
7#include "logdump.hpp"
8
9
10
11int main(int argc, char **argv)
12{
13 logdump ld;
14
15 return ld.main(argc, argv);
16
17}
An application to dump MagAo-X binary logs to the terminal.
Definition logdump.hpp:40
int main()
A simple utility to dump MagAO-X binary logs to stdout.