11 #include "peripherals/bus/PeripheralBus.h"    36   std::string 
MakeLocation(
unsigned int controllerIndex) 
const;
 Definition: PeripheralBusApplication.h:23
Definition: PeripheralTypes.h:356
Definition: RetroPlayerInput.h:15
Represents a list of files. 
Definition: FileItem.h:702
bool PerformDeviceScan(PeripheralScanResults &results) override
Scan for devices on this bus and add them to the results list. This will have to be implemented for e...
Definition: PeripheralBusApplication.cpp:32
void GetDirectory(const std::string &strPath, CFileItemList &items) const override
Get all fileitems for a path. 
Definition: PeripheralBusApplication.cpp:75
Definition: PeripheralBus.h:36
std::string MakeLocation(unsigned int controllerIndex) const
Get the location for the specified controller index. 
Definition: PeripheralBusApplication.cpp:80
void Initialise(void) override
Initialise this bus and start a polling thread if this bus needs polling. 
Definition: PeripheralBusApplication.cpp:26
Definition: Peripherals.h:56