kstars
v4ldriver.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <math.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
#include <signal.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <zlib.h>
#include <asm/types.h>
#include "indidevapi.h"
#include "indicom.h"
#include "fitsrw.h"
#include "eventloop.h"
#include "webcam/v4l1_base.h"
Include dependency graph for v4ldriver.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
struct | V4L_Driver::img_t |
class | V4L_Driver |
Defines | |
#define | COMM_GROUP "Main Control" |
#define | ERRMSGSIZ 1024 |
#define | IMAGE_CONTROL "Image Control" |
#define | IMAGE_GROUP "Image Settings" |
#define | MAX_PIXELS 4096 |
Define Documentation
#define COMM_GROUP "Main Control" |
Definition at line 59 of file v4ldriver.h.
#define ERRMSGSIZ 1024 |
Definition at line 64 of file v4ldriver.h.
#define IMAGE_CONTROL "Image Control" |
Definition at line 60 of file v4ldriver.h.
#define IMAGE_GROUP "Image Settings" |
Definition at line 61 of file v4ldriver.h.
#define MAX_PIXELS 4096 |
Definition at line 63 of file v4ldriver.h.