Expand description
Runs hardware devices in child processes.
Structsยง
- ChildProcIntf is the interface to the device child process.
- Wraps an inner
BusDevice
that is run inside a child process via fork. - SnapshotFile ๐Wrapper for sending snapshots to and receiving snapshots from proxied devices using a file to handle the case of snapshot being potentially too large to send across a Tube in a single message.
Enumsยง
- Command ๐
- CommandResult ๐
- Errors for proxy devices.
Functionsยง
- child_proc ๐