IOControl/include/IO/Controller.h File Reference
#include "Device.h"
#include <WVector.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  IO::Direction { IO::Direction::Incoming, IO::Direction::Outgoing, IO::Direction::Idle }
 Some controllers specify a transfer direction. More...