Kestrel Interface
Loading...
Searching...
No Matches
kest_state.h
Go to the documentation of this file.
1#ifndef KEST_SETTINGS_H_
2#define KEST_SETTINGS_H_
3
13
17
19
20#ifdef KEST_USE_FREERTOS
21extern SemaphoreHandle_t state_mutex;
22#endif
23
24#ifdef KEST_ENABLE_REPRESENTATIONS
25extern kest_representation state_representation;
26void kest_state_representation_update(void *representer, void *representee);
27#endif
28
29
30#endif
void kest_state_representation_update(void *representer, void *representee)
Definition kest_state.c:65
int kest_cxt_clone_state(kest_context *cxt, kest_state *state)
Definition kest_state.c:13
int kest_cxt_restore_state(kest_context *cxt, kest_state *state)
Definition kest_state.c:94
int kest_init_state(kest_state *state)
int kest_cxt_enter_previous_current_page(kest_context *cxt, kest_state *state)
Definition kest_state.c:120
float input_gain
Definition kest_state.h:6
kest_page_identifier current_page
Definition kest_state.h:9
float output_gain
Definition kest_state.h:7
char active_profile_fname[32]
Definition kest_state.h:10
char active_sequence_fname[32]
Definition kest_state.h:11