Home
last modified time | relevance | path

Searched defs:emulation (Results 1 – 9 of 9) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DINetworkLogExtensions.cs21 public static void CreateWiresharkForBLE(this Emulation emulation, string name) in CreateWiresharkForBLE()
26 public static void CreateWiresharkForIEEE802_15_4(this Emulation emulation, string name) in CreateWiresharkForIEEE802_15_4()
31 public static void CreateWiresharkForCAN(this Emulation emulation, string name) in CreateWiresharkForCAN()
36 public static void CreateWiresharkForEthernet(this Emulation emulation, string name) in CreateWiresharkForEthernet()
46 …public static void LogToWireshark(this Emulation emulation, INetworkLog<INetworkInterface> reporte… in LogToWireshark()
51 public static void LogBLETraffic(this Emulation emulation) in LogBLETraffic()
66 public static void LogIEEE802_15_4Traffic(this Emulation emulation) in LogIEEE802_15_4Traffic()
81 public static void LogEthernetTraffic(this Emulation emulation) in LogEthernetTraffic()
96 public static void LogCANTraffic(this Emulation emulation) in LogCANTraffic()
140 …private static Wireshark GetConfiguredWireshark(Emulation emulation, INetworkLog<INetworkInterface… in GetConfiguredWireshark()
[all …]
/Renode-v1.15.3-c57714d/src/Renode/Backends/Terminals/
DUartPtyTerminal.cs23 …public static void CreateUartPtyTerminal(this Emulation emulation, string name, string fileName, b… in CreateUartPtyTerminal()
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DCpuKeywords.cs96 private string GetMachineNames(Emulation emulation) in GetMachineNames()
DLogTester.cs154 …private string FlushAndCheckLocked(Emulation emulation, Predicate<LogEntry> predicate, bool keep, … in FlushAndCheckLocked()
/Renode-v1.15.3-c57714d/src/Renode/Connectors/
DGPIOConnector.cs20 public static void CreateGPIOConnector(this Emulation emulation, string name) in CreateGPIOConnector()
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/
DNetworkServer.cs28 … public static void CreateNetworkServer(this Emulation emulation, string name, string ipAddress) in CreateNetworkServer()
/Renode-v1.15.3-c57714d/src/Renode/EmulationEnvironment/
DEmulationEnvironment.cs22 public static void CreateEnvironment(this Emulation emulation, string environmentName) in CreateEnvironment()
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DExternalControlServer.cs24 … public static void CreateExternalControlServer(this Emulation emulation, string name, int port) in CreateExternalControlServer()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs25 public static void ConnectToCoSimulation(this Emulation emulation, in ConnectToCoSimulation()