2024-10-19 16:05:49 +02:00
|
|
|
.TH "src/fsm/results/manager.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
2024-10-16 10:28:19 +02:00
|
|
|
.ad l
|
|
|
|
.nh
|
|
|
|
.SH NAME
|
2024-10-19 16:05:49 +02:00
|
|
|
src/fsm/results/manager.c \- fsm results manager
|
|
|
|
|
2024-10-16 10:28:19 +02:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.br
|
|
|
|
.PP
|
2024-10-19 16:05:49 +02:00
|
|
|
\fC#include <stdbool\&.h>\fP
|
2024-10-16 10:28:19 +02:00
|
|
|
.br
|
2024-10-19 16:05:49 +02:00
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./include/fsm\&.h'\fP
|
2024-10-16 10:28:19 +02:00
|
|
|
.br
|
|
|
|
\fC#include '\&.\&./\&.\&./\&.\&./include/widget\&.h'\fP
|
|
|
|
.br
|
|
|
|
|
|
|
|
.SS "Functions"
|
|
|
|
|
|
|
|
.in +1c
|
|
|
|
.ti -1c
|
2024-10-19 16:05:49 +02:00
|
|
|
.RI "void \fBfsm_add_result\fP (char *result_name)"
|
2024-10-16 10:28:19 +02:00
|
|
|
.br
|
|
|
|
.ti -1c
|
2024-10-19 16:05:49 +02:00
|
|
|
.RI "void \fBfsm_list_init_results\fP ()"
|
2024-10-16 10:28:19 +02:00
|
|
|
.br
|
|
|
|
.in -1c
|
2024-10-19 16:05:49 +02:00
|
|
|
.SH "Detailed Description"
|
2024-10-18 09:43:30 +02:00
|
|
|
.PP
|
2024-10-19 16:05:49 +02:00
|
|
|
fsm results manager
|
2024-10-18 09:43:30 +02:00
|
|
|
|
2024-10-19 16:05:49 +02:00
|
|
|
This file is part of Gem-graph\&. It manages the results (maintain a list, provides access)\&.
|
2024-10-16 10:28:19 +02:00
|
|
|
.SH "Author"
|
|
|
|
.PP
|
|
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|