kstars
indi_lpi.cpp File Reference
#include "v4ldriver.h"
Include dependency graph for indi_lpi.cpp:

Go to the source code of this file.
Functions | |
void | ISGetProperties (const char *dev) |
void | ISInit () |
void | ISNewBLOB (const char *, const char *, int *, char **, char **, char **, int) |
void | ISNewNumber (const char *dev, const char *name, double values[], char *names[], int n) |
void | ISNewSwitch (const char *dev, const char *name, ISState *states, char *names[], int n) |
void | ISNewText (const char *dev, const char *name, char *texts[], char *names[], int n) |
Variables | |
Meade_LPI * | MainCam = NULL |
Function Documentation
void ISGetProperties | ( | const char * | dev | ) |
Function defined by Drivers that is called when a Client asks for the definitions of all Properties this Driver supports for the given device.
- Parameters:
-
dev the name of the device.
Definition at line 106 of file indi_lpi.cpp.
void ISInit | ( | ) |
Definition at line 96 of file indi_lpi.cpp.
void ISNewBLOB | ( | const char * | , | |
const char * | , | |||
int * | , | |||
char ** | , | |||
char ** | , | |||
char ** | , | |||
int | ||||
) |
Definition at line 139 of file indi_lpi.cpp.
void ISNewNumber | ( | const char * | dev, | |
const char * | name, | |||
double | values[], | |||
char * | names[], | |||
int | n | |||
) |
Definition at line 131 of file indi_lpi.cpp.
Variable Documentation
Meade_LPI* MainCam = NULL |
Definition at line 93 of file indi_lpi.cpp.