可以使用
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
#define DEBUG_
|
||||
// #define DEBUG_
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -428,8 +428,8 @@ bool AUV150::buildReport()
|
||||
{"Connect", "Read", "Writ" ,"Conter" ,"Server ip","Latitude", "Longitude","Gap"},
|
||||
{
|
||||
(isConnected() ? "Yes" : "No"),
|
||||
doubleToString(getRealReadFreq(), 2) + " Hz",
|
||||
doubleToString(getRealWriteFreq(), 2) + " Hz",
|
||||
doubleToString(getRealReadFreq(), 4) + " Hz",
|
||||
doubleToString(getRealWriteFreq(), 4) + " Hz",
|
||||
ulintToString(getCounter()),
|
||||
m_serverHost,
|
||||
doubleToString(m_OriginLatitude, 5) + "deg",
|
||||
|
||||
Reference in New Issue
Block a user