gem-graph-client/include
Jean Sirmai 55a43c7861
/src/fsm/log/* adds the three files:
- manager.c,
- oper.c and
- appendix.c

and the functions needed to init, edit and publish the log.

fsm_add_log() is in manager.c  There are the filters.

init(), add(), publish() are in oper.c
                   These are the executive functions.

and functions whose usefulness remains to be demonstrated
are in appendix.

In fsm.h remain the structures (fsm_log_struct, fsm_log_struct_unit)
and the two enums (severity and source)
2024-11-20 17:54:16 +01:00
..
base.h src/*, simple Gtk application 2024-11-20 17:38:36 +01:00
fsm.h /src/fsm/log/* adds the three files: 2024-11-20 17:54:16 +01:00