diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-10-30 02:24:28 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-10-30 12:13:05 -0500 |
| commit | b783a269490763ec242e967fa713dbf732e5ac13 (patch) | |
| tree | 9dc99a565f879042bf86b82db075696ee72c2456 /servers/fpga_server_lin/src/fpga_conn.h | |
| parent | 145c83d1b310439d2aa39f52a49a5812f7c14102 (diff) | |
| download | ulab-b783a269490763ec242e967fa713dbf732e5ac13.tar.gz ulab-b783a269490763ec242e967fa713dbf732e5ac13.zip | |
Increase FPGA viewer refresh rate and add configuration option for same
Diffstat (limited to 'servers/fpga_server_lin/src/fpga_conn.h')
| -rw-r--r-- | servers/fpga_server_lin/src/fpga_conn.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/servers/fpga_server_lin/src/fpga_conn.h b/servers/fpga_server_lin/src/fpga_conn.h index 7dcc0f6..94ac3e3 100644 --- a/servers/fpga_server_lin/src/fpga_conn.h +++ b/servers/fpga_server_lin/src/fpga_conn.h @@ -15,7 +15,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * (c) 2012 Timothy Pearson + * (c) 2012-2013 Timothy Pearson * Raptor Engineering * http://www.raptorengineeringinc.com */ @@ -60,6 +60,8 @@ class FPGASocket : public TDEKerberosServerSocket private: int line; int m_criticalSection; + int m_pollInterval; + bool enableDebug; TQString m_remoteHost; int m_fd_tty; |
