TwiceAsNice  2019-02-18
Functions
dsi_ccd.cpp File Reference
#include "dsi_ccd.h"
#include "config.h"
#include "DsiDeviceFactory.h"
#include <iostream>
#include <math.h>
#include <arpa/inet.h>
#include <unistd.h>
Include dependency graph for dsi_ccd.cpp:

Functions

std::unique_ptr< DSICCDdsiCCD (new DSICCD())
 Copyright (C) 2015 Ben Gilsrud. More...
 
void ISGetProperties (const char *dev)
 Get Device Properties. More...
 
void ISNewSwitch (const char *dev, const char *name, ISState *states, char *names[], int num)
 Update the value of an existing switch vector property. More...
 
void ISNewText (const char *dev, const char *name, char *texts[], char *names[], int num)
 Update the value of an existing text vector property. More...
 
void ISNewNumber (const char *dev, const char *name, double values[], char *names[], int num)
 
void ISNewBLOB (const char *dev, const char *name, int sizes[], int blobsizes[], char *blobs[], char *formats[], char *names[], int n)
 Update data of an existing blob vector property. More...
 
void ISSnoopDevice (XMLEle *root)
 Function defined by Drivers that is called when another Driver it is snooping (by having previously called IDSnoopDevice()) sent any INDI message. More...
 

Function Documentation

◆ dsiCCD()

std::unique_ptr<DSICCD> dsiCCD ( new   DSICCD())

Copyright (C) 2015 Ben Gilsrud.

Modifications and extensions for Meade DSI III Pro by G. Schmidt (gs)

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

◆ ISNewNumber()

void ISNewNumber ( const char *  dev,
const char *  name,
double  values[],
char *  names[],
int  num 
)