summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/part/fpgaprogram/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tde/src/part/fpgaprogram/part.h')
-rw-r--r--clients/tde/src/part/fpgaprogram/part.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/clients/tde/src/part/fpgaprogram/part.h b/clients/tde/src/part/fpgaprogram/part.h
index 5becdde..05f3431 100644
--- a/clients/tde/src/part/fpgaprogram/part.h
+++ b/clients/tde/src/part/fpgaprogram/part.h
@@ -80,7 +80,8 @@ namespace RemoteLab
FPGAProgramBase* m_base;
TQMutex* m_connectionMutex;
TQTimer* m_connectionTimer;
- TQTimer* m_updateTimer;
+ TQTimer* m_pingDelayTimer;
+ TQTimer* m_updateTimeoutTimer;
bool connToServerConnecting;
int connToServerState;
@@ -91,6 +92,8 @@ namespace RemoteLab
bool m_connectionActiveAndValid;
unsigned char m_tickerState;
TQByteArray m_programmingFileData;
+ TQ_ULONG m_programmingFileTotalSize;
+ TQ_ULONG m_programmingFileTransferredBytes;
};
}