API
mzmqServer.cpp
Go to the documentation of this file.
1 
2 
3 
4 #include "mzmqServer.hpp"
5 
6 int main(int argc, char ** argv)
7 {
9 
10  return z.main(argc, argv);
11 }
MagAO-X application to control writing ImageStreamIO streams to a zeroMQ channel.
Definition: mzmqServer.hpp:50
int main(int argc, char **argv)
Definition: mzmqServer.cpp:6
The MagAO-X milkzmqServer wrapper.