Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PeripheralBus.h File Reference
#include "peripherals/PeripheralTypes.h"
#include "threads/Thread.h"
#include <memory>
#include <mutex>
#include <vector>

Classes

class  PERIPHERALS::CPeripheralBus
 

Namespaces

namespace  PERIPHERALS
 

Typedefs

using PERIPHERALS::PeripheralBusPtr = std::shared_ptr<CPeripheralBus>
 
using PERIPHERALS::PeripheralBusVector = std::vector<PeripheralBusPtr>