openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
PrinterPortDevice.hh
Go to the documentation of this file.
1
#ifndef PRINTERPORTDEVICE_HH
2
#define PRINTERPORTDEVICE_HH
3
4
#include "
Pluggable.hh
"
5
#include "
openmsx.hh
"
6
7
namespace
openmsx {
8
9
class
PrinterPortDevice
:
public
Pluggable
10
{
11
public
:
17
virtual
bool
getStatus
(
EmuTime::param
time) = 0;
18
25
virtual
void
setStrobe
(
bool
strobe,
EmuTime::param
time) = 0;
26
33
virtual
void
writeData
(
byte
data,
EmuTime::param
time) = 0;
34
35
// Pluggable
36
virtual
string_ref
getClass
()
const
;
37
};
38
39
}
// namespace openmsx
40
41
#endif
Generated on Mon May 20 2013 12:16:59 for openMSX by
1.8.1.2