95 lines
1.9 KiB
Groff
95 lines
1.9 KiB
Groff
.TH "src/fsm/measures/disp_list.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
src/fsm/measures/disp_list.c \- A list of displayable results (whether currently displayed or not)\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include <stdbool\&.h>\fP
|
|
.br
|
|
\fC#include <stdio\&.h>\fP
|
|
.br
|
|
\fC#include <stdlib\&.h>\fP
|
|
.br
|
|
\fC#include '\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP
|
|
.br
|
|
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "void \fBfsm_disp_add_chart\fP (\fBfsm_struct_list_disp\fP d, int *p_chart)"
|
|
.br
|
|
.ti -1c
|
|
.RI "int \fBfsm_disp_get_chart\fP (\fBfsm_struct_list_disp\fP d, int from, int to)"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBfsm_disp_remove_chart\fP (\fBfsm_struct_list_disp\fP d, int *p_chart)"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
A list of displayable results (whether currently displayed or not)\&.
|
|
|
|
This file is part of Gem-graph\&. The operations that can be performed on the results include: select, copy, erase, filter, concat, inverse, scale, correlate, etc\&.
|
|
.PP
|
|
The format of the results must be compatible with the formats recognised by the usual presentation software\&.
|
|
.PP
|
|
'graph', 'chart', 'plot' and 'diagram' are ambiguous terms, used interchangeably\&.
|
|
.PP
|
|
NB some data may be displayed simultaneously in different pages ex : pages 'synth' & 'results'
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
: fsm/measure/manage\&.c
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Function Documentation"
|
|
.PP
|
|
.SS "void fsm_disp_add_chart (\fBfsm_struct_list_disp\fP d, int * p_chart)"
|
|
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fId\fP
|
|
.br
|
|
\fI*p_chart\fP
|
|
.RE
|
|
.PP
|
|
|
|
.SS "int fsm_disp_get_chart (\fBfsm_struct_list_disp\fP d, int from, int to)"
|
|
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fId\fP
|
|
.br
|
|
\fIfrom\fP
|
|
.br
|
|
\fIto\fP
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
value
|
|
.RE
|
|
.PP
|
|
|
|
.SS "void fsm_disp_remove_chart (\fBfsm_struct_list_disp\fP d, int * p_chart)"
|
|
|
|
.PP
|
|
\fBParameters\fP
|
|
.RS 4
|
|
\fId\fP
|
|
.br
|
|
\fI*p_chart\fP
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|