You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kstars/kstars/indi/fli
tpearson a374efce3a
TQt4 port kdeedu
13 years ago
..
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
fli_ioctl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-camera-parport.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-camera-parport.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-camera-usb.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-camera-usb.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-camera.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-camera.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-debug.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-debug.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-filter-focuser.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-filter-focuser.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-libfli.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-mem.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-mem.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-parport.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-parport.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-serial.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-serial.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-sys.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-sys.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-usb-sys-bsd.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-usb-sys-linux.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-usb-sys-null.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-usb.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli-usb.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
libfli.c TQt4 port kdeedu 13 years ago
libfli.h TQt4 port kdeedu 13 years ago
libfli.pdf Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
readme.txt Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

readme.txt

Current Version 1.11

Changes since 1.1
	- Corrected documentation for function FLIConfigureIOPort()
	- Added some bounds checking on FLISetImageArea()
		Note that on cameras with a FWRev < 0x0300 exceeding the set image
		area will lead to VERY SLOW grabs
	- Added some bounds checking on FLIGrabRow()
	- Removed function FLIGrabFrame(), it was never supported anyways
	- Added FLI_SHUTTER_EXTERNAL_TRIGGER to documentation for FLIControlShutter()
	- Added FLI_SHUTTER_EXTERNAL_TRIGGER_LOW and FLI_SHUTTER_EXTERNAL_TRIGGER_HIGH
	- Added FLIStartBackgroundFlush()
	- Repaired temperature settungs under Linux
	- Made temperature conversion more portable