From b783a269490763ec242e967fa713dbf732e5ac13 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Oct 2013 02:24:28 -0500 Subject: Increase FPGA viewer refresh rate and add configuration option for same --- servers/fpga_server_lin/src/fpga_conn.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'servers/fpga_server_lin/src/fpga_conn.h') 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; -- cgit v1.2.3