mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T698, functions to count network VATLIB calls to identify packets
* functions in network classes * context functions
This commit is contained in:
committed by
Mat Sutcliffe
parent
92baa16536
commit
f754154455
@@ -323,6 +323,12 @@ namespace BlackCore
|
||||
//! Version of the underlying library (e.g. VATLIB)
|
||||
virtual QString getLibraryInfo(bool detailed) const = 0;
|
||||
|
||||
//! Statistics info
|
||||
virtual QString getNetworkStatistics(bool reset, const QString &separator) = 0;
|
||||
|
||||
//! Statistics enable/disable
|
||||
virtual bool setNetworkStatisticsEnable(bool enabled) = 0;
|
||||
|
||||
// ------------------------ testing ------------------------
|
||||
|
||||
//! Create dummy ATC stations for performance tests etc.
|
||||
|
||||
Reference in New Issue
Block a user