gem-graph-client/include
Jean Sirmai 4ce6443e39
/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-08 19:56:07 +01:00
..
base.h src/*, simple Gtk application 2024-11-01 23:53:24 +01:00
fsm.h /src/fsm/log/* adds the three files: 2024-11-08 19:56:07 +01:00