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

Description of a node. More...

#include <ext_node.h>

Data Fields

struct sc_node_typend_type
 
char * nd_name
 
void * nd_private
 

Detailed Description

Description of a node.

This is passed to every function used to call into the node.

Field Documentation

char* nd_name

Name of the node, set automatically when creating node. nd_name is set to attribute name if this provided, otherwise sc_node_factory.nf_name with a unique node instance number appended

void* nd_private

Set by node for local state

struct sc_node_type* nd_type

Type of node, set automatically on creation of the node


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