|
The Pedigree Project
0.1
|
#include <Serial.h>
Inheritance diagram for HostedSerial:
Collaboration diagram for HostedSerial: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 | |
| int | m_File |
| uintptr_t | m_nFileNumber |
Serial device abstraction.
Definition at line 30 of file kernel/machine/hosted/Serial.h.
|
virtual |
Implements Serial.
Definition at line 40 of file hosted/Serial.cc.
1.8.11