77 lines
2.8 KiB
Plaintext
77 lines
2.8 KiB
Plaintext
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* Gem-graph client *
|
|
* Finite state machine header *
|
|
* *
|
|
* Copyright © 2021 Libre en Communs <contact@a-lec.org> *
|
|
* Copyright © 2024 Jean Sirmai <jean@a-lec.org> *
|
|
* *
|
|
* This file is part of Gem-graph. *
|
|
* *
|
|
* This program is free software: you can redistribute it and/or modify it *
|
|
* under the terms of the GNU Affero General Public License *
|
|
* as publishedby the Free Software Foundation, *
|
|
* either version 3 of the License, or (at your option) any later version. *
|
|
* *
|
|
* This program is distributed in the hope that it will be useful, *
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
|
* See the GNU Affero General Public License for more details. *
|
|
* *
|
|
* You should have received a copy of the GNU Affero General Public License *
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
fsm_enum_exec_edit
|
|
fsm_enum_state_rules_data
|
|
fsm_enum_store_restore_reset
|
|
fsm_enum_measure_type
|
|
fsm_enum_journal_severity
|
|
fsm_enum_journal_source
|
|
|
|
fsm_struct_list_tool
|
|
fsm_struct_list_data
|
|
fsm_struct_list_disp
|
|
fsm_struct_journal_unit
|
|
fsm_struct_journal
|
|
|
|
fsm_journal_init
|
|
fsm_journal_push_front
|
|
fsm_journal_clear
|
|
fsm_journal_pop_back
|
|
fsm_journal_length
|
|
fsm_journal_seek
|
|
fsm_journal_publish
|
|
fsm_journal_publication_request
|
|
fsm_journal_event
|
|
|
|
fsm_init
|
|
fsm_init_list_preferences
|
|
fsm_init_list_measures
|
|
fsm_init_list_results
|
|
fsm_init_list_displayables
|
|
fsm_get_exec_edit
|
|
fsm_get_state_rules_data
|
|
fsm_get_preferences_state
|
|
fsm_set_exec_edit
|
|
fsm_set_state_rules_data
|
|
fsm_set_store_restore_reset
|
|
fsm_set_preferences_modified
|
|
fsm_add_measure
|
|
fsm_add_result
|
|
fsm_add_displayable
|
|
fsm_reset_all_situations_transparencies_at_value
|
|
fsm_tools_list_insert
|
|
fsm_tools_list_pop
|
|
fsm_tools_list_length
|
|
fsm_tools_list_clear
|
|
fsm_tools_list_view
|
|
fsm_tools_list_test
|
|
fsm_rule_trig_measure
|
|
fsm_add_data
|
|
fsm_get_data
|
|
fsm_remove_data
|
|
fsm_disp_add_chart
|
|
fsm_disp_get_chart
|
|
fsm_disp_remove_chart
|
|
|