![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Draft 2A
|
Struct to hold information about how to create an instance of this node. More...
#include <ext_node.h>
Data Fields | |
int | nf_node_api_ver |
const char * | nf_name |
const char * | nf_source_file |
void * | nf_private |
sc_node_init_fn * | nf_init_fn |
void * | nf_reserved [8] |
Struct to hold information about how to create an instance of this node.
sc_node_init_fn* nf_init_fn |
Function called by SolarCapture core to initialise a new node.
const char* nf_name |
Name of this node factory.
int nf_node_api_ver |
Minimum version of SolarCapture that this node is compatible with.
void* nf_private |
Private state for the implementation.
void* nf_reserved[8] |
Reserved.
const char* nf_source_file |
Name of the source file for this node. (Use FILE if you like).