![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Issue 3
|
Description of a node. More...
#include <ext_node.h>
Data Fields | |
struct sc_node_type * | nd_type |
char * | nd_name |
void * | nd_private |
Description of a node.
This is passed to every function used to call into the node.
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