Instrument Neutral Distributed Interface INDI  2.0.2
MathPluginManagerMain.cpp
Go to the documentation of this file.
1 #include <iostream>
2 
4 
5 using namespace std;
6 
7 static MathPluginManagerClient Client;
8 
9 int main(int argc, char *argv[])
10 {
11  Client.Initialise(argc, argv);
12 
13  Client.Test();
14 
15  cout << "Press any key followed by return to terminate the client.\n";
16  string term;
17  cin >> term;
18  return 0;
19 }
int main(int argc, char *argv[])
void Initialise(int argc, char *argv[])
Definition: json.h:4973