Module proxy

Source
Expand description

Runs hardware devices in child processes.

Structsยง

ChildProcIntf
ChildProcIntf is the interface to the device child process.
ProxyDevice
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 ๐Ÿ”’
Error
Errors for proxy devices.

Functionsยง

child_proc ๐Ÿ”’

Type Aliasesยง

Result