IOControl/include/IO/Controller.h File Reference
#include "Device.h"
Include dependency graph for IOControl/include/IO/Controller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IO::Controller
 A Controller is responsible for serialising requests for a physical bus. More...
 

Namespaces

 IO
 

Typedefs

using IO::DeviceFactoryList = Vector< const Device::Factory * >
 

Enumerations

enum class  IO::Direction { IO::Incoming , IO::Outgoing , IO::Idle }
 Some controllers specify a transfer direction. More...