TwiceAsNice
2019-02-18
|
Construct a basic INDI client that demonstrates INDI::Client capabilities. More...
#include "tutorial_client.h"
#include "indibase/basedevice.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>
Macros | |
#define | MYCCD "Simple CCD" |
Functions | |
std::unique_ptr< MyClient > | camera_client (new MyClient()) |
int | main (int, char **) |
Construct a basic INDI client that demonstrates INDI::Client capabilities.
This client must be used with tutorial_three device "Simple CCD".
#define MYCCD "Simple CCD" |
std::unique_ptr<MyClient> camera_client | ( | new | MyClient() | ) |
int main | ( | int | , |
char ** | |||
) |