Merged developer branch with anna's modifications for chiptestboard

This commit is contained in:
2016-11-10 13:27:18 +01:00
parent 149610aa51
commit 70326f8b10
3 changed files with 72 additions and 1 deletions

View File

@ -176,6 +176,9 @@ private:
/** Sets the receiver to send every nth frame to gui, or only upon gui request */
int set_read_frequency();
/** Sets the timer between frames streamed by receiver when frequency is set to 0 */
int set_read_receiver_timer();
/* Set the data stream enable */
int set_data_stream_enable();