Go to the documentation of this file.
23 #ifndef INCLUDED_PPIO_H
24 #define INCLUDED_PPIO_H
27 #include <boost/shared_ptr.hpp>
43 virtual void write_data (
unsigned char v) = 0;
44 virtual unsigned char read_data () = 0;
45 virtual void write_control (
unsigned char v) = 0;
46 virtual unsigned char read_control () = 0;
47 virtual unsigned char read_status () = 0;
49 virtual void lock () = 0;
50 virtual void unlock () = 0;