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
9int main( int argc, char **argv )
10{
11 logdump ld;
12
13 return ld.main( argc, argv );
14}
An application to dump MagAo-X binary logs to the terminal.
Definition logdump.hpp:42
int main()
A simple utility to dump MagAO-X binary logs to stdout.