修复了代码中的警告
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* @Author: zjk 1553836110@qq.com
|
||||
* @Date: 2023-10-12 09:52:27
|
||||
* @LastEditors: zjk 1553836110@qq.com
|
||||
* @LastEditTime: 2023-11-21 15:28:32
|
||||
* @LastEditors: zhaojingkui 1553836110@qq.com
|
||||
* @LastEditTime: 2023-11-28 11:32:48
|
||||
* @FilePath: /moos-ivp-pi/src/pEmulator/Emulator.cpp
|
||||
* @Description:
|
||||
*
|
||||
@@ -207,6 +207,7 @@ bool Emulator::_150Connect()
|
||||
_150ServerThread.Start();
|
||||
_150ConnectThread.RequestQuit();
|
||||
isConnect = "Connected and start server";
|
||||
return true;
|
||||
}
|
||||
void Emulator::registerVariables()
|
||||
{
|
||||
@@ -377,6 +378,7 @@ bool Emulator::receiveUdpDate()
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void Emulator::set150Info()
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* @Author: zjk 1553836110@qq.com
|
||||
* @Date: 2023-10-12 15:57:27
|
||||
* @LastEditors: zjk 1553836110@qq.com
|
||||
* @LastEditTime: 2023-11-10 08:34:14
|
||||
* @LastEditors: zhaojingkui 1553836110@qq.com
|
||||
* @LastEditTime: 2023-11-28 11:32:15
|
||||
* @FilePath: /moos-ivp-pi/src/pEmulator/Emulator.hpp
|
||||
* @Description:
|
||||
*
|
||||
@@ -45,7 +45,7 @@ typedef struct uuv
|
||||
double lon;
|
||||
double lat;
|
||||
double alt;
|
||||
};
|
||||
}uuv;
|
||||
|
||||
class Emulator : public AppCastingMOOSApp
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user