Use these macros to access the core library and other global module variables.
Defines | |
| #define | gl_find_module (*callback->module_find) |
| #define | gl_findfile (*callback->file.find_file) |
| Provide file search function. | |
| #define | gl_get_module_var (*callback->get_module_var) |
| Provides access to a global module variable. | |
| #define | set_callback(CT) (callback=(CT)) |
| Defines the callback table for the module. | |
| #define gl_findfile (*callback->file.find_file) |
Provide file search function.
Definition at line 300 of file gridlabd.h.
Referenced by check(), get_ftable(), import_cdf(), climate::init(), csv::open(), and tmy2_reader::open().
| #define gl_get_module_var (*callback->get_module_var) |
Provides access to a global module variable.
Definition at line 295 of file gridlabd.h.
| #define set_callback | ( | CT | ) | (callback=(CT)) |
Defines the callback table for the module.
Callback function provide module with direct access to important core functions.
Definition at line 290 of file gridlabd.h.
Referenced by init().