#include "Util/Types.H"
#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include <linux/parport.h>
#include <linux/ppdev.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | ParPort |
This is a minimalistic interface to a PC parallel port under Linux. More... |
Basic Parallel Port driver
Definition in file ParPort.H.