2024-10-16 10:28:19 +02:00
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<section xmlns= "http://docbook.org/ns/docbook" version= "5.0" xmlns:xlink= "http://www.w3.org/1999/xlink" xml:id= "_main_8c" xml:lang= "en-US" >
<title > src/main.c File Reference</title>
<indexterm > <primary > src/main.c</primary> </indexterm>
<para >
2024-10-18 09:43:30 +02:00
<para > Gem-graph-client main file. </para>
2024-10-16 10:28:19 +02:00
</para>
2024-10-18 09:43:30 +02:00
<programlisting linenumbering= "unnumbered" > #include " ../include/fsm.h" <?linebreak?> #include " ../include/signal.h" <?linebreak?> #include " ../include/widget.h" <?linebreak?> </programlisting> <simplesect >
2024-10-16 10:28:19 +02:00
<title > Functions </title>
<itemizedlist >
<listitem > <para > int <link linkend= "_main_8c_1a3c04138a5bfe5d72780bb7e82a18e627" > main</link> (int argc, char **argv)</para>
</listitem>
</itemizedlist>
</simplesect>
<section >
<title > Detailed Description</title>
2024-10-18 09:43:30 +02:00
<para > Gem-graph-client main file. </para>
2024-10-16 10:28:19 +02:00
2024-10-18 09:43:30 +02:00
<para > This file is part of Gem-graph. It contains only the main function.</para>
2024-10-16 10:28:19 +02:00
2024-10-18 09:43:30 +02:00
<para > The function <link linkend= "_main_8c_1a3c04138a5bfe5d72780bb7e82a18e627" > main()</link> initialises the log, the finite state machine (fsm), the application and the windows. The main window is opened on the ' synthetic view' page of the current model by default. The main function closes all the elements it opened at the end of program execution. </para>
2024-10-16 10:28:19 +02:00
</section>
<section >
<title > Function Documentation</title>
<anchor xml:id= "_main_8c_1a3c04138a5bfe5d72780bb7e82a18e627" /> <section >
<title > main()</title>
<indexterm > <primary > main</primary> <secondary > main.c</secondary> </indexterm>
<indexterm > <primary > main.c</primary> <secondary > main</secondary> </indexterm>
2024-10-18 09:43:30 +02:00
<para > <computeroutput > int main (int argc, char ** argv)</computeroutput> </para>
<para > <formalpara > <title > Since</title>
2024-10-16 10:28:19 +02:00
2024-10-18 09:43:30 +02:00
<para > 2024-04</para>
2024-10-16 10:28:19 +02:00
</formalpara>
<formalpara > <title > See also</title>
2024-10-18 09:43:30 +02:00
<para > src/fsm/dispatch/fsm_init() </para>
2024-10-16 10:28:19 +02:00
2024-10-18 09:43:30 +02:00
<para > src/widget/dispatch/on_windows_activation(app)</para>
2024-10-16 10:28:19 +02:00
</formalpara>
<formalpara >
<title >
Parameters</title>
<para >
<table frame= "all" >
<tgroup cols= "2" align= "left" colsep= "1" rowsep= "1" >
<colspec colwidth= "1*" />
<colspec colwidth= "4*" />
<tbody >
<row >
<entry > argc</entry> <entry >
<para > </para>
</entry>
</row>
<row >
<entry > **argv</entry> <entry >
<para > </para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</formalpara>
<formalpara > <title > Returns</title>
2024-10-18 09:43:30 +02:00
<para > status, the program errorlevel </para>
2024-10-16 10:28:19 +02:00
</formalpara>
</para>
</section>
</section>
</section>