diff options
Diffstat (limited to 'clients/tde/src/part/fpgaprogram/part.h')
-rw-r--r-- | clients/tde/src/part/fpgaprogram/part.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/tde/src/part/fpgaprogram/part.h b/clients/tde/src/part/fpgaprogram/part.h index 2a0880c..9242ae1 100644 --- a/clients/tde/src/part/fpgaprogram/part.h +++ b/clients/tde/src/part/fpgaprogram/part.h @@ -75,11 +75,14 @@ namespace RemoteLab void setTickerMessage(TQString message); void programRunButtonClicked(); + void clearProgrammingLogBox(); + void saveProgrammingLogBox(); private: FPGAProgramBase* m_base; TQMutex* m_connectionMutex; TQTimer* m_pingDelayTimer; + TQTimer* m_forcedUpdateTimer; TQTimer* m_updateTimeoutTimer; int m_commHandlerState; |