![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Draft 2A
|
Private state of sc_append_to_list node. More...
#include <append_to_list.h>
Data Fields | |
struct sc_node_link * | free_link |
struct sc_node_link ** | links |
int | n_links |
struct sc_packet_list * | append_to |
Private state of sc_append_to_list node.
See the sc_append_to_list node for details of how this is used.
struct sc_packet_list* append_to |
Application must point this at an initialised packet list.
struct sc_node_link* free_link |
After 'prep' points to a link that can be used to free packets.
struct sc_node_link** links |
After 'prep' points to the node's output links.
int n_links |
After 'prep' gives the number of output links.