git-svn-id: svn://db.shs.com.ru/pip@190 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -189,14 +189,14 @@ private:
|
||||
bool empty;
|
||||
};
|
||||
|
||||
void tick(void * data, int delimiter);
|
||||
void tick(void *, int);
|
||||
Entry calcHistory(PIQueue<Entry> & hist, int & cnt);
|
||||
void propertyChanged(const PIString &);
|
||||
void changeDisconnectTimeout(float disct);
|
||||
|
||||
PIDiagnostics::Quality qual;
|
||||
PIString speedRecv, speedSend;
|
||||
float ifreq, immediate_freq, integral_freq;
|
||||
float immediate_freq, integral_freq;
|
||||
PIQueue<Entry> history_rec, history_send;
|
||||
float disconn_;
|
||||
ullong count_wrong, count_recv, count_send, bytes_wrong, bytes_recv, bytes_send;
|
||||
|
||||
Reference in New Issue
Block a user