From 43aa943f7d112e0e0853e0f2280d876d78346fe5 Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 20 Jun 2002 22:35:23 +0000 Subject: again ;) --- (limited to 'noncore/settings/netsystemtime/ntp.h') diff --git a/noncore/settings/netsystemtime/ntp.h b/noncore/settings/netsystemtime/ntp.h new file mode 100644 index 0000000..4dc04b1 --- a/dev/null +++ b/noncore/settings/netsystemtime/ntp.h @@ -0,0 +1,37 @@ +#ifndef NTP_H +#define NTP_H +#include "ntpbase.h" +#include +#include + +class OProcess; +class QString; + + +class Ntp : public NtpBase +{ + Q_OBJECT + +public: + Ntp( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~Ntp(); + + OProcess *ntpProcess; + +private: + QString _ntpOutput; + int _maxOffset; + float _shiftPerSec; + QTimer *_nextCorrection; + int _minLookupDiff; + + float getTimeShift(); + void readLookups(); +private slots: + void slotRunNtp(); + void getNtpOutput(OProcess *proc, char *buffer, int buflen); + void ntpFinished(OProcess*); + void correctClock(); +}; + +#endif -- cgit v0.9.0.2