The Pedigree Project
0.1
|
#include <Serial.h>
Public Member Functions | |
virtual void | setBase (uintptr_t nBaseAddr) |
virtual char | read () |
virtual char | readNonBlock () |
virtual void | write (char c) |
Public Member Functions inherited from Serial | |
void | write (const char *c) |
Private Member Functions | |
bool | isConnected () |
Private Attributes | |
IoPort | m_Port |
Serial device abstraction.
Definition at line 42 of file kernel/machine/mach_pc/Serial.h.
|
virtual |
Implements Serial.
Definition at line 31 of file mach_pc/Serial.cc.
Referenced by Pc::initialise().