Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.31 KB

cpp-send.rst

File metadata and controls

52 lines (36 loc) · 1.31 KB

Sending

Heaps

spead2::send::heap

spead2::send::heap_reference

spead2::send::item

Configuration

See :pyspead2.send.StreamConfig for an explanation of the configuration options. In the C++ API, one must first construct a default configuration and then use setters to set individual properties. The setters all return the configuration itself so that one can construct a configuration with a single expression such as

spead2::send::stream_config

Streams

All stream types are derived from :cppspead2::send::stream.

spead2::send::group_mode

spead2::send::stream

spead2::send::udp_stream

spead2::send::tcp_stream

spead2::send::streambuf_stream