43 #ifndef vpParallelPort_h
44 #define vpParallelPort_h
51 #include <visp/vpConfig.h>
53 #ifdef VISP_HAVE_PARPORT
58 # include <linux/parport.h>
59 # include <linux/ppdev.h>
61 # include <visp/vpParallelPortException.h>
93 void sendData(
unsigned char &data);
94 unsigned char getData();
102 char device[FILENAME_MAX];
Parallel port management under unix.