|
Kestrel Interface
|
#include "kest_int.h"Go to the source code of this file.
Macros | |
| #define | PRINTLINES_ALLOWED 0 |
| #define PRINTLINES_ALLOWED 0 |
Definition at line 4 of file kest_profile.c.
| int clone_profile | ( | kest_profile * | dest, |
| kest_profile * | src ) |
| kest_profile * create_new_profile_with_teensy | ( | ) |
| void free_profile | ( | kest_profile * | profile | ) |
Definition at line 271 of file kest_profile.c.
Referenced by cxt_remove_profile(), kest_context_add_profile(), kest_context_add_profile_rp(), kest_free_profile(), and load_saved_profiles().
| void gut_profile | ( | kest_profile * | profile | ) |
Definition at line 247 of file kest_profile.c.
Referenced by free_profile().
| IMPLEMENT_LINKED_PTR_LIST | ( | kest_profile | ) |
| int init_m_profile | ( | kest_profile * | profile | ) |
Definition at line 13 of file kest_profile.c.
Referenced by kest_context_add_profile(), kest_context_add_profile_rp(), and load_saved_profiles().
| void kest_free_profile | ( | kest_profile * | profile | ) |
Definition at line 281 of file kest_profile.c.
Referenced by kest_sequence_delete_profile().
| int kest_profile_add_representation | ( | kest_profile * | profile, |
| kest_representation * | rep ) |
Definition at line 98 of file kest_profile.c.
Referenced by configure_profile_view(), and seq_plus_cb().
| kest_effect * kest_profile_append_effect_eff | ( | kest_profile * | profile, |
| kest_effect_desc * | eff ) |
Definition at line 174 of file kest_profile.c.
Referenced by add_effect_from_menu_eff(), and read_profile_from_file().
| int kest_profile_create_fpga_transfer_batch | ( | kest_profile * | profile, |
| kest_fpga_transfer_batch * | batch ) |
| void kest_profile_file_rep_update | ( | void * | representer, |
| void * | representee ) |
Definition at line 436 of file kest_profile.c.
Referenced by init_m_profile().
| kest_effect * kest_profile_get_effect_by_id | ( | kest_profile * | profile, |
| int | id ) |
Definition at line 450 of file kest_profile.c.
Referenced by kest_page_id_find_page().
| int kest_profile_if_active_update_fpga | ( | kest_profile * | profile | ) |
Definition at line 422 of file kest_profile.c.
Referenced by add_effect_from_menu_eff(), kest_profile_move_effect(), kest_profile_remove_effect(), profile_view_effect_delete_cb(), and sw_field_save_cb().
| int kest_profile_move_effect | ( | kest_profile * | profile, |
| int | new_pos, | ||
| int | old_pos ) |
Definition at line 205 of file kest_profile.c.
Referenced by profile_view_effect_moved_cb().
| int kest_profile_program_fpga | ( | kest_profile * | profile | ) |
Definition at line 396 of file kest_profile.c.
Referenced by kest_profile_if_active_update_fpga(), and kest_profile_set_active().
| int kest_profile_remove_effect | ( | kest_profile * | profile, |
| uint16_t | id ) |
Definition at line 191 of file kest_profile.c.
Referenced by cxt_remove_effect(), and profile_view_effect_delete_cb().
| int kest_profile_remove_representation | ( | kest_profile * | profile, |
| kest_representation * | rep ) |
| int kest_profile_save | ( | kest_profile * | profile | ) |
Definition at line 361 of file kest_profile.c.
Referenced by cxt_save_all_profiles().
| int kest_profile_set_active | ( | kest_profile * | profile | ) |
Definition at line 72 of file kest_profile.c.
Referenced by set_active_profile(), and set_active_profile_from_sequence().
| int kest_profile_set_default_name_from_id | ( | kest_profile * | profile | ) |
Definition at line 144 of file kest_profile.c.
Referenced by configure_profile_settings_page(), and create_profile_view_ui().
| int kest_profile_set_inactive | ( | kest_profile * | profile | ) |
Definition at line 86 of file kest_profile.c.
Referenced by set_active_profile(), and set_active_profile_from_sequence().
| int kest_profile_update_representations | ( | kest_profile * | profile | ) |
Definition at line 119 of file kest_profile.c.
Referenced by add_effect_from_menu_eff(), kest_profile_save(), kest_profile_set_active(), kest_profile_set_inactive(), and profile_view_save_name().
| int profile_set_id | ( | kest_profile * | profile, |
| uint16_t | id ) |
Definition at line 61 of file kest_profile.c.