Home
last modified time | relevance | path

Searched refs:InstanceCollection (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DGetMachine.cs18 machines = new InstanceCollection<IMachine>(); in GetMachine()
42 private readonly InstanceCollection<IMachine> machines;
DADC.cs20 Instances = new InstanceCollection<IADC>(); in ADC()
63 public InstanceCollection<IADC> Instances { get; }
DIInstanceBasedCommand.cs170 InstanceCollection<T> Instances { get; }
175 public class InstanceCollection<T> class
177 public InstanceCollection() in InstanceCollection() method in Antmicro.Renode.Network.ExternalControl.InstanceCollection
DGPIOPort.cs21 Instances = new InstanceCollection<IPeripheral>(); in GPIOPort()
97 public InstanceCollection<IPeripheral> Instances { get; }