TwiceAsNice  2019-02-18
Macros | Functions
ffmv_ccd.cpp File Reference
#include <sys/time.h>
#include <memory>
#include <stdint.h>
#include <arpa/inet.h>
#include <math.h>
#include <dc1394/dc1394.h>
#include <indiapi.h>
#include <iostream>
#include "ffmv_ccd.h"
#include "config.h"
Include dependency graph for ffmv_ccd.cpp:

Macros

#define IMAGE_FILE_NAME   "testimage.pgm"
 

Functions

std::unique_ptr< FFMVCCDffmvCCD (new FFMVCCD())
 Copyright (C) 2013 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...
 

Macro Definition Documentation

◆ IMAGE_FILE_NAME

#define IMAGE_FILE_NAME   "testimage.pgm"

Function Documentation

◆ ffmvCCD()

std::unique_ptr<FFMVCCD> ffmvCCD ( new   FFMVCCD())

Copyright (C) 2013 Ben Gilsrud.

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 
)