![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Issue 3
|
Append incoming packets to an sc_packet_list.
This node provides a simple way to get packet buffers out of the SolarCapture node graph, and is typically used with an unmanaged thread. It is often used when writing code to adapt the SolarCapture API to another API, or embed SolarCapture in an application.
After allocating an instance of this node, the application must initialise sc_append_to_list::append_to so that it points to an initialised sc_packet_list. Here is an example:
Packet buffers delivered in this way should eventually be returned to SolarCapture by forwarding them through one of this node's output links, or through its free_link: