API
 
Loading...
Searching...
No Matches
streamCircBuff.cpp
Go to the documentation of this file.
1/** \file streamCircBuff.cpp
2 * \brief The MagAO-X streamCircBuff main program source file.
3 *
4 * \ingroup streamCircBuff_files
5 */
6
7#include "streamCircBuff.hpp"
8
9
10int main(int argc, char **argv)
11{
13
14 return xapp.main(argc, argv);
15
16}
Class for application to keep a circular buffer of a stream and publish it to another stream.
int main()
The MagAO-X streamCircBuff app header file.