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

Go to the source code of this file.
Functions | |
| void | ISInit () |
| void | ISGetProperties (const char *dev) |
| 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) |
| void | ISNewNumber (const char *dev, const char *name, double values[], char *names[], int n) |
| void | ISNewBLOB (const char *dev, const char *name, int sizes[], int blobsizes[], char *blobs[], char *formats[], char *names[], int n) |
| void | ISSnoopDevice (XMLEle *root) |
Variables | |
| V4L_Driver * | MainCam = NULL |
Function Documentation
| void ISInit | ( | ) |
Definition at line 27 of file indi_v4l.cpp.
| void ISNewNumber | ( | const char * | dev, | |
| const char * | name, | |||
| double | values[], | |||
| char * | names[], | |||
| int | n | |||
| ) |
Definition at line 62 of file indi_v4l.cpp.
Variable Documentation
| V4L_Driver* MainCam = NULL |
Definition at line 24 of file indi_v4l.cpp.
KDE 4.0 API Reference