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

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
 

Detailed Description

Representation of an argument. Used by node init functions.

Field Documentation

const char* name

Parameter name

enum sc_param_type type

Parameter type

union { ... } val

Parameter value


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