39 #ifndef vpParallelPort_h
40 #define vpParallelPort_h
47 #include <visp3/core/vpConfig.h>
49 #ifdef VISP_HAVE_PARPORT
54 # include <linux/parport.h>
55 # include <linux/ppdev.h>
57 # include <visp3/io/vpParallelPortException.h>
89 void sendData(
unsigned char &data);
90 unsigned char getData();
98 char device[FILENAME_MAX];
Parallel port management under unix.