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