Instrument Neutral Distributed Interface INDI  2.0.2
LoaderMain.cpp
Go to the documentation of this file.
1 #include <iostream>
2 
3 #include "LoaderClient.h"
4 
5 using namespace std;
6 
7 static LoaderClient Client;
8 
9 int main(int argc, char *argv[])
10 {
11  Client.Initialise(argc, argv);
12 
13  Client.Load();
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[])
Definition: LoaderMain.cpp:9
void Initialise(int argc, char *argv[])
Definition: json.h:4973