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();

View File

@ -52,7 +52,9 @@ enum {
F_SET_RECEIVER_FIFO_DEPTH, /**< set receiver fifo depth */
F_ACTIVATE, /** < activate/deactivate readout */
F_STREAM_DATA_FROM_RECEIVER /**< stream data from receiver to client */
F_STREAM_DATA_FROM_RECEIVER, /**< stream data from receiver to client */
F_READ_RECEIVER_TIMER /** < sets the timer between each data stream in receiver */
/* Always append functions hereafter!!! */