|
Kestrel Interface
|
Data Fields | |
| int | type |
| union { | |
| float level | |
| uint8_t command | |
| kest_fpga_transfer_batch batch | |
| } | data |
Definition at line 17 of file kest_fpga_comms.c.
| kest_fpga_transfer_batch kest_fpga_msg::batch |
Definition at line 23 of file kest_fpga_comms.c.
Referenced by kest_fpga_comms_task(), kest_fpga_queue_program_batch(), and kest_fpga_queue_transfer_batch().
| uint8_t kest_fpga_msg::command |
Definition at line 22 of file kest_fpga_comms.c.
Referenced by kest_fpga_comms_task(), and kest_fpga_queue_register_commit().
| union { ... } kest_fpga_msg::data |
| float kest_fpga_msg::level |
Definition at line 21 of file kest_fpga_comms.c.
Referenced by kest_fpga_comms_task(), kest_fpga_queue_input_gain_set(), and kest_fpga_queue_output_gain_set().
| int kest_fpga_msg::type |
Definition at line 18 of file kest_fpga_comms.c.
Referenced by kest_fpga_comms_task(), kest_fpga_queue_input_gain_set(), kest_fpga_queue_output_gain_set(), kest_fpga_queue_program_batch(), kest_fpga_queue_register_commit(), and kest_fpga_queue_transfer_batch().