src/fsm/measures/data_list.c File Reference src/fsm/measures/data_list.c Gem-graph-client available measures list (and current use) #include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include "../../../include/fsm.h" Functions void fsm_add_data (fsm_struct_list_data d, int *p_data, int *p_target) phantom documentation int fsm_get_data (fsm_struct_list_data d, int from, int to) phantom documentation void fsm_remove_data (fsm_struct_list_data d, int *p_data) phantom documentation
Detailed Description Gem-graph-client available measures list (and current use) This file is part of Gem-graph. An editable list of results is defined and maintained here. Some operations can be performed on them. ex : filter, concat, inverse, scale, correlate, etc. See also : fsm/measure/manage.c
Function Documentation
fsm_add_data() fsm_add_datadata_list.c data_list.cfsm_add_data void fsm_add_data (fsm_struct_list_data d, int * p_data, int * p_target) phantom documentation Parameters d *p_data *p_target
fsm_get_data() fsm_get_datadata_list.c data_list.cfsm_get_data int fsm_get_data (fsm_struct_list_data d, int from, int to) phantom documentation Parameters d from to
fsm_remove_data() fsm_remove_datadata_list.c data_list.cfsm_remove_data void fsm_remove_data (fsm_struct_list_data d, int * p_data) phantom documentation Parameters d *p_data