In-process transport
See the Python documentation for an overview of the in-process transport.
-
class inproc_queue
Queue for packets being passed within the process.
While the data members are public, this is only to allow the send and receive code (and unit tests) to access the data. Users are advised to treat the data members as opaque.
Sending
Receiving
-
class inproc_reader : public spead2::recv::reader
Stream reader that receives packets from an inproc_queue.
Public Functions
Constructor.