|
contur2
|
IDevice — abstract interface for I/O devices. More...


Go to the source code of this file.
Classes | |
| class | contur::IDevice |
| Abstract interface for a simulated I/O device. More... | |
Namespaces | |
| namespace | contur |
IDevice — abstract interface for I/O devices.
All simulated I/O devices (console, network, disk, etc.) implement this interface. The DeviceManager dispatches read/write operations to the appropriate device by DeviceId.
Definition in file i_device.h.