Instrument Neutral Distributed Interface INDI  2.0.2
Functions
simpleskeleton.cpp File Reference

Construct a basic INDI CCD device that demonstrates ability to define properties from a skeleton file. More...

#include "simpleskeleton.h"
#include <indipropertyswitch.h>
#include <indipropertynumber.h>
#include <indipropertyblob.h>
#include <cstdlib>
#include <cstring>
#include <memory>
#include <sys/stat.h>

Go to the source code of this file.

Functions

std::unique_ptr< SimpleSkeletonsimpleSkeleton (new SimpleSkeleton())
 

Detailed Description

Construct a basic INDI CCD device that demonstrates ability to define properties from a skeleton file.

Author
Jasem Mutlaq

Definition in file simpleskeleton.cpp.

Function Documentation

◆ simpleSkeleton()

std::unique_ptr<SimpleSkeleton> simpleSkeleton ( new   SimpleSkeleton())