GDS-Render v1.2.1
|
Go to the source code of this file.
Macros | |
#define | xstr(a) str(a) |
#define | str(a) #a |
#define | EXPORT_FUNC __attribute__((visibility("default"))) |
This define is used to export a function from a shared object. More... | |
#define | EXTERNAL_LIBRARY_RENDER_FUNCTION exported_render_cell_to_file |
Function name expected to be found in external library for rendering. More... | |
#define | EXTERNAL_LIBRARY_INIT_FUNCTION exported_init |
Function name expected to be found in external library for initialization. More... | |
#define | EXTERNAL_LIBRARY_FORK_REQUEST exported_fork_request |
Global integer specified by an external renderer to signal, that the init and render functions shall be executed in a subprocess. More... | |
#define | EXPORTED_FUNC_DECL(FUNC) EXPORT_FUNC FUNC |
Define for declaring the exported functions. More... | |
#define str | ( | a | ) | #a |
Definition at line 26 of file external-renderer-interfaces.h.
#define xstr | ( | a | ) | str(a) |
Definition at line 25 of file external-renderer-interfaces.h.