Expand description
Runs hardware devices in child processes.
Structsยง
- Child
Proc Intf - ChildProcIntf is the interface to the device child process.
- Proxy
Device - Wraps an inner
BusDevicethat is run inside a child process via fork. - Snapshot
File ๐ - 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 ๐
- Command
Result ๐ - Error
- Errors for proxy devices.
Functionsยง
- child_
proc ๐