src/main.c File Reference src/main.c Gem-graph-client main file. #include "../include/fsm.h"#include "../include/signal.h"#include "../include/widget.h" Functions int main (int argc, char **argv)
Detailed Description Gem-graph-client main file. This file is part of Gem-graph. It contains only the main function. The function main() initialises the log, the finite state machine (fsm), the application and the windows and closes all the elements it opened at the end of program execution. The main window is opened on the 'synthetic view' page of the current model by default (See also the main window topbar dispatcher).
Function Documentation
main() mainmain.c main.cmain int main (int argc, char ** argv) Since 2024-04 See also src/fsm/dispatch/fsm_init() src/widget/dispatch/on_windows_activation(app) Parameters argc **argv
Returns status, the program errorlevel