34#ifndef vpParallelPort_h
35#define vpParallelPort_h
42#include <visp3/core/vpConfig.h>
44#ifdef VISP_HAVE_PARPORT
48#include <linux/parport.h>
49#include <linux/ppdev.h>
53#include <visp3/io/vpParallelPortException.h>
84 void sendData(
unsigned char &data);
85 unsigned char getData();
Parallel port management under unix.