|
Monado OpenXR Runtime
|
Public Member Functions | |
| parse (cls, data) | |
| load_and_parse (cls, file) | |
| dump (self) | |
| __init__ (self, data) | |
Data Fields | |
| calls | |
An IPC protocol containing one or more calls.
| ipcproto.common.Proto.__init__ | ( | self, | |
| data | |||
| ) |
Construct a protocol from a dictionary of calls.
References ipcproto.common.Proto.calls.
| ipcproto.common.Proto.dump | ( | self | ) |
Dump human-readable output to standard out.
References ipcproto.common.Proto.calls.
| ipcproto.common.Proto.load_and_parse | ( | cls, | |
| file | |||
| ) |
Load a JSON file and parse it into Call objects.
References ipcproto.common.Proto.parse(), and bindings.Bindings.parse().
| ipcproto.common.Proto.parse | ( | cls, | |
| data | |||
| ) |
Parse a dictionary defining a protocol into Call objects.
Referenced by bindings.Bindings.load_and_parse(), and ipcproto.common.Proto.load_and_parse().