Searched refs:SimpleContainerBase (Results 1 – 4 of 4) sorted by relevance
21 …public abstract class SimpleContainerBase<T> : IPeripheralContainer<T, NumberRegistrationPoint<int… class91 protected SimpleContainerBase() in SimpleContainerBase() method in Antmicro.Renode.Core.Structure.SimpleContainerBase99 public abstract class SimpleContainer<T> : SimpleContainerBase<T>, IPeripheral124 public class SimpleContainerHelper<T> : SimpleContainerBase<T>
22 … public void RegisterInController(SimpleContainerBase<IUSBDevice> controller, int address = 1) in RegisterInController()
21 public class USBHost : SimpleContainerBase<IUSBDevice>
51 public class USBIPServer : SimpleContainerBase<IUSBDevice>, IHostMachineElement, IDisposable