src/fsm/measures/data_list.c File Referencesrc/fsm/measures/data_list.cGem-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 DescriptionGem-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 Documentationfsm_add_data()fsm_add_datadata_list.cdata_list.cfsm_add_datavoid 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.cdata_list.cfsm_get_dataint fsm_get_data (fsm_struct_list_data d, int from, int to)phantom documentation
Parameters
dfromto
fsm_remove_data()fsm_remove_datadata_list.cdata_list.cfsm_remove_datavoid fsm_remove_data (fsm_struct_list_data d, int * p_data)phantom documentation
Parameters