SolarCapture C Bindings User Guide  SF-115721-CD
Issue 3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
sc_append_to_list Struct Reference

Private state of sc_append_to_list node. More...

#include <append_to_list.h>

Data Fields

struct sc_node_linkfree_link
 
struct sc_node_link ** links
 
int n_links
 
struct sc_packet_listappend_to
 

Detailed Description

Private state of sc_append_to_list node.

See the sc_append_to_list node for details of how this is used.

Field Documentation

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.


The documentation for this struct was generated from the following file: