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