23#ifndef WLM_GRAPH_SHARED_H
24#define WLM_GRAPH_SHARED_H
35#define WLM_GRAPH_REGENERATE_HISTORY_MAX 512
134 void (*state_free_fn)(
void *app_state);
154 const char *(*label_fn)(
void *app_state);
Definition wlm_graph_shared.h:85
const char * app_help
Definition wlm_graph_shared.h:89
const uint32_t * pixel_lut
Definition wlm_graph_shared.h:143
const char * app_name
Definition wlm_graph_shared.h:87
void * app_state
Definition wlm_graph_shared.h:125
wlm_graph_mode_t accumulate_mode
Definition wlm_graph_shared.h:92
Definition wlm_graph_shared.h:61
uint32_t num
Definition wlm_graph_shared.h:65
uint8_t * data
Definition wlm_graph_shared.h:63
wlm_graph_mode_t
Definition wlm_graph_shared.h:40
@ WLM_GRAPH_ACCUMULATE_MODE_INDEPENDENT
Definition wlm_graph_shared.h:46
@ WLM_GRAPH_ACCUMULATE_MODE_STACKED
Definition wlm_graph_shared.h:52
int wlm_graph_app_run(int argc, const char **argv, const wlm_graph_app_config_t *config)
Definition wlm_graph_shared.c:1426
wlm_graph_read_result_t
Definition wlm_graph_shared.h:71
@ WLM_GRAPH_READ_ERROR
Definition wlm_graph_shared.h:73
@ WLM_GRAPH_READ_OK_AND_REGENERATE
Definition wlm_graph_shared.h:77
@ WLM_GRAPH_READ_OK
Definition wlm_graph_shared.h:75