2024-10-20 01:05:12 +02:00
.TH "src/fsm/measures/data_list.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
.ad l
.nh
.SH NAME
2024-10-24 09:12:19 +02:00
src/fsm/measures/data_list.c \- a list of available measurements, including those currently in use
2024-10-20 01:05:12 +02:00
.SH SYNOPSIS
.br
.PP
\fC #include <stdbool\& .h>\fP
.br
\fC #include <stdio\& .h>\fP
.br
\fC #include <stdlib\& .h>\fP
.br
\fC #include <math\& .h>\fP
.br
\fC #include '\& .\& ./\& .\& ./\& .\& ./include/fsm\& .h'\fP
.br
.SS "Functions"
.in +1c
.ti -1c
.RI "void \fBfsm_add_data\fP (\fBfsm_struct_list_data\fP d, int *p_data, int *p_target)"
.br
.RI "phantom documentation "
.ti -1c
.RI "int \fBfsm_get_data\fP (\fBfsm_struct_list_data\fP d, int from, int to)"
.br
.RI "phantom documentation "
.ti -1c
.RI "void \fBfsm_remove_data\fP (\fBfsm_struct_list_data\fP d, int *p_data)"
.br
.RI "phantom documentation "
.in -1c
.SH "Detailed Description"
.PP
2024-10-24 09:12:19 +02:00
a list of available measurements, including those currently in use
2024-10-20 01:05:12 +02:00
2024-10-25 17:32:30 +02:00
This file is part of Gem-graph\& . The operations that can be performed on the measurements include: select, copy, edit, erase, parameter (frequency, variable, etc\& .)
2024-10-20 01:05:12 +02:00
.PP
\fB See also\fP
.RS 4
2024-10-25 17:32:30 +02:00
http://www.gnuplot.info/
.PP
https://fr.wikipedia.org/wiki/Gnuplot
.PP
https://fr.wikibooks.org/wiki/Mathc_gnuplot
.PP
2024-10-20 01:05:12 +02:00
: fsm/measure/manage\& .c
.RE
.PP
.SH "Function Documentation"
.PP
.SS "void fsm_add_data (\fBfsm_struct_list_data\fP d, int * p_data, int * p_target)"
.PP
phantom documentation
.PP
\fB Parameters\fP
.RS 4
\fI d\fP
.br
\fI *p_data\fP
.br
\fI *p_target\fP
.RE
.PP
.SS "int fsm_get_data (\fBfsm_struct_list_data\fP d, int from, int to)"
.PP
phantom documentation
.PP
\fB Parameters\fP
.RS 4
\fI d\fP
.br
\fI from\fP
.br
\fI to\fP
.RE
.PP
.SS "void fsm_remove_data (\fBfsm_struct_list_data\fP d, int * p_data)"
.PP
phantom documentation
.PP
\fB Parameters\fP
.RS 4
\fI d\fP
.br
\fI *p_data\fP
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Gem-graph from the source code\& .