![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Issue 3
|
Representation of an argument. Used by node init functions. More...
#include <args.h>
Data Fields | |
const char * | name |
enum sc_param_type | type |
union { | |
const char * str | |
int64_t i | |
struct sc_object * obj | |
double dbl | |
} | val |
Representation of an argument. Used by node init functions.
const char* name |
Parameter name
enum sc_param_type type |
Parameter type
union { ... } val |
Parameter value