PIPS
modeling-local.h File Reference

Go to the source code of this file.

Data Structures

struct  nest_context_t
 Warning! Do not modify this file that is automatically generated! More...
 

Macros

#define spear_error(...)    spear_log_func(CURRENT_FUNCTION, __FILE__, __LINE__, spear_error_log, __VA_ARGS__)
 
#define spear_warning(...)    spear_log_func(CURRENT_FUNCTION, __FILE__, __LINE__, spear_warning_log, __VA_ARGS__)
 

Typedefs

typedef struct nest_context_tnest_context_p
 

Macro Definition Documentation

◆ spear_error

#define spear_error (   ...)     spear_log_func(CURRENT_FUNCTION, __FILE__, __LINE__, spear_error_log, __VA_ARGS__)

Definition at line 18 of file modeling-local.h.

◆ spear_warning

#define spear_warning (   ...)     spear_log_func(CURRENT_FUNCTION, __FILE__, __LINE__, spear_warning_log, __VA_ARGS__)

Definition at line 21 of file modeling-local.h.

Typedef Documentation

◆ nest_context_p

typedef struct nest_context_t * nest_context_p