eiger gui works and can read frames, other gui functionalities not implemented

This commit is contained in:
Maliakal Dhanya
2014-06-18 16:35:34 +02:00
parent 3a71049f1c
commit 5f82381b1e
4 changed files with 449 additions and 206 deletions

View File

@ -162,6 +162,9 @@ private:
/** moench specific read frame */
int moench_read_frame();
/** eiger specific read frame */
int eiger_read_frame();
/** Sets the receiver to send every nth frame to gui, or only upon gui request */
int set_read_frequency();