2024-10-16 10:28:19 +02:00
|
|
|
.TH "fsm_struct_journal" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
|
|
.ad l
|
|
|
|
.nh
|
|
|
|
.SH NAME
|
2024-10-20 01:05:12 +02:00
|
|
|
fsm_struct_journal \- required to initialise a double-chained list
|
2024-10-16 10:28:19 +02:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.br
|
|
|
|
.PP
|
|
|
|
.PP
|
|
|
|
\fC#include <fsm\&.h>\fP
|
|
|
|
.SS "Public Attributes"
|
|
|
|
|
|
|
|
.in +1c
|
|
|
|
.ti -1c
|
|
|
|
.RI "\fBfsm_struct_journal_unit\fP * \fBfirst\fP"
|
|
|
|
.br
|
|
|
|
.ti -1c
|
|
|
|
.RI "\fBfsm_struct_journal_unit\fP * \fBlast\fP"
|
|
|
|
.br
|
|
|
|
.in -1c
|
|
|
|
.SH "Detailed Description"
|
|
|
|
.PP
|
2024-10-20 01:05:12 +02:00
|
|
|
required to initialise a double-chained list
|
|
|
|
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fBSee also\fP
|
|
|
|
.RS 4
|
|
|
|
use in src/fsm/dispatch/fsm_journal_event()
|
|
|
|
.PP
|
|
|
|
use in src/journal/fsm_journal_init()
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
|
2024-10-16 10:28:19 +02:00
|
|
|
.SH "Member Data Documentation"
|
|
|
|
.PP
|
|
|
|
.SS "\fBfsm_struct_journal_unit\fP* fsm_struct_journal::first"
|
|
|
|
|
|
|
|
.IP "\(bu" 2
|
2024-10-20 01:05:12 +02:00
|
|
|
required
|
2024-10-16 10:28:19 +02:00
|
|
|
.PP
|
|
|
|
|
|
|
|
.SS "\fBfsm_struct_journal_unit\fP* fsm_struct_journal::last"
|
|
|
|
|
|
|
|
.IP "\(bu" 2
|
2024-10-20 01:05:12 +02:00
|
|
|
required
|
2024-10-16 10:28:19 +02:00
|
|
|
.PP
|
|
|
|
|
|
|
|
|
|
|
|
.SH "Author"
|
|
|
|
.PP
|
|
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|