state machine on a different thread

This commit is contained in:
2020-07-02 15:50:22 +02:00
parent 93c5505285
commit 25ec47dfff
2 changed files with 107 additions and 95 deletions

View File

@ -44,7 +44,8 @@ int read_register(int);
int set_module(int);
int set_settings(int);
int get_threshold_energy(int);
int start_state_machine(int blocking, int file_des);
int acquire(int blocking, int file_des);
void *start_state_machine(void *arg);
int start_acquisition(int);
int stop_acquisition(int);
int get_run_status(int);