SolarCapture C Bindings User Guide  SF-115721-CD
Draft 2A
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
sc_node_factory Struct Reference

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_fnnf_init_fn
 
void * nf_reserved [8]
 

Detailed Description

Struct to hold information about how to create an instance of this node.

Field Documentation

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).


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