TwiceAsNice
2019-02-18
|
Classes | |
struct | point_t |
struct | area_t |
struct | fliccdinfo_t |
struct | flicamdata_t |
Macros | |
#define | CAPABILITY_VIDEO (0x00010000) |
#define | CAPABILITY_TDI (0x00000001) |
#define | CAPABILITY_BGFLUSH (0x00000002) |
#define | CAPABILITY_VERTICAL_TABLE (0x00020000) |
#define | SUPPORTS_VIDEO(x) ((((flicamdata_t *) (x->device_data))->capabilities & CAPABILITY_VIDEO) != 0) |
#define | SUPPORTS_TDI(x) ((((flicamdata_t *) (x->device_data))->capabilities & CAPABILITY_TDI) != 0) |
#define | SUPPORTS_VERTICAL_TABLE(x) ((((flicamdata_t *) (x->device_data))->capabilities & CAPABILITY_VERTICAL_TABLE) != 0) |
#define | SUPPORTS_BGFLUSH(x) ((((flicamdata_t *) (x->device_data))->capabilities & CAPABILITY_BGFLUSH) != 0) |
#define | SUPPORTS_END_EXPOSURE(x) ((x->devinfo.fwrev >= 0x0120) && (x->devinfo.devid == FLIUSB_PROLINE_ID) != 0) |
#define | SUPPORTS_SOFTWARE_TRIGGER(x) ((x->devinfo.fwrev >= 0x0120) && (x->devinfo.devid == FLIUSB_PROLINE_ID) != 0) |
#define | SUPPORTS_16BIT_VBIN(x) (((x->devinfo.fwrev < 0x0200) && (x->devinfo.fwrev >= 0x0130)) && (x->devinfo.devid == FLIUSB_PROLINE_ID) != 0) |
Enumerations | |
enum | video_mode_t { VIDEO_MODE_OFF = 0, VIDEO_MODE_BEGIN, VIDEO_MODE_ON } |
Functions | |
long | fli_camera_open (flidev_t dev) |
long | fli_camera_close (flidev_t dev) |
long | fli_camera_command (flidev_t dev, int cmd, int argc,...) |
Variables | |
const fliccdinfo_t | knowndev [] |
#define CAPABILITY_BGFLUSH (0x00000002) |
#define CAPABILITY_TDI (0x00000001) |
#define CAPABILITY_VERTICAL_TABLE (0x00020000) |
#define CAPABILITY_VIDEO (0x00010000) |
#define SUPPORTS_16BIT_VBIN | ( | x | ) | (((x->devinfo.fwrev < 0x0200) && (x->devinfo.fwrev >= 0x0130)) && (x->devinfo.devid == FLIUSB_PROLINE_ID) != 0) |
#define SUPPORTS_BGFLUSH | ( | x | ) | ((((flicamdata_t *) (x->device_data))->capabilities & CAPABILITY_BGFLUSH) != 0) |
#define SUPPORTS_END_EXPOSURE | ( | x | ) | ((x->devinfo.fwrev >= 0x0120) && (x->devinfo.devid == FLIUSB_PROLINE_ID) != 0) |
#define SUPPORTS_SOFTWARE_TRIGGER | ( | x | ) | ((x->devinfo.fwrev >= 0x0120) && (x->devinfo.devid == FLIUSB_PROLINE_ID) != 0) |
#define SUPPORTS_TDI | ( | x | ) | ((((flicamdata_t *) (x->device_data))->capabilities & CAPABILITY_TDI) != 0) |
#define SUPPORTS_VERTICAL_TABLE | ( | x | ) | ((((flicamdata_t *) (x->device_data))->capabilities & CAPABILITY_VERTICAL_TABLE) != 0) |
#define SUPPORTS_VIDEO | ( | x | ) | ((((flicamdata_t *) (x->device_data))->capabilities & CAPABILITY_VIDEO) != 0) |
enum video_mode_t |
const fliccdinfo_t knowndev[] |