API
Applications
Utilities
API
Handbook
GitHub
Home
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
11
int
main
(
int
argc,
char
**argv)
12
{
13
logdump
ld;
14
15
return
ld.main(argc, argv);
16
17
}
logdump
An application to dump MagAo-X binary logs to the terminal.
Definition:
logdump.hpp:40
main
int main(int argc, char **argv)
Definition:
logdump.cpp:11
logdump.hpp
A simple utility to dump MagAO-X binary logs to stdout.
utils
logdump
logdump.cpp
Generated by
1.9.1