|
The Pedigree Project
0.1
|
#include <Serial.h>
Inheritance diagram for X86Serial:
Collaboration diagram for X86Serial: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().
Here is the caller graph for this function:
1.8.11