Searched refs:IHostMachineElement (Results 1 – 10 of 10) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | HostMachine.cs | 21 public class HostMachine : IExternal, IHasChildren<IHostMachineElement>, IDisposable 25 hostEmulationElements = new Dictionary<string, IHostMachineElement>(); in HostMachine() 28 public void AddHostMachineElement(IHostMachineElement element, string name) in AddHostMachineElement() 55 public void RemoveHostMachineElement(IHostMachineElement element) in RemoveHostMachineElement() 79 public IHostMachineElement TryGetByName(string name, out bool success) in TryGetByName() 81 IHostMachineElement value; in TryGetByName() 86 public bool TryGetName(IHostMachineElement element, out string name) in TryGetName() 118 private readonly Dictionary<string, IHostMachineElement> hostEmulationElements;
|
| D | IHostMachineElement.cs | 10 public interface IHostMachineElement : IEmulationElement interface
|
| D | Emulation.cs | 535 var objAsIHostMachineElement = obj as IHostMachineElement; in TryGetEmulationElementName() 582 IHostMachineElement hostMachineElement; in TryGetEmulationElementByName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/ |
| D | ITapInterface.cs | 13 public interface ITapInterface : IMACInterface, IHostMachineElement, IDisposable
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/ |
| D | SpiHost.cs | 31 public class SpiHost : IHostMachineElement
|
| D | I2CHost.cs | 30 public class I2CHost : IHostMachineElement
|
| D | HPSHostController.cs | 33 public class HPSHostController : IHostMachineElement
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/ |
| D | HostCamera.cs | 31 public class HostCamera : IHostMachineElement
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/ |
| D | USBIPServer.cs | 51 public class USBIPServer : SimpleContainerBase<IUSBDevice>, IHostMachineElement, IDisposable
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | MonitorCommands.cs | 866 IHostMachineElement @interface; in ConvertValue()
|