|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "peripherals/PeripheralTypes.h"#include "threads/Thread.h"#include <memory>#include <mutex>#include <vector>Classes | |
| class | PERIPHERALS::CPeripheralBus |
Namespaces | |
| namespace | KODI |
| namespace | KODI::JOYSTICK |
| namespace | PERIPHERALS |
Typedefs | |
| using | PERIPHERALS::PeripheralBusPtr = std::shared_ptr< CPeripheralBus > |
| using | PERIPHERALS::PeripheralBusVector = std::vector< PeripheralBusPtr > |