Description

The Device library provides a default base class implementation of the IDevice interface. This library provides the Device base class, which can be inherited from by device emulation cores to simplify their implementation. Note that use of the Device library is optional, and the Exodus Platform isn't even aware this library exists. A device core is free to implement the IDevice interface directly, and not link to this library at all.

Status of the library

This library is stable, and largely trivial. Please refer to the DeviceInterface library for the interfaces that affect this base class library.

See also