Added SendTerr function

This commit is contained in:
Norman Princen
2020-05-01 05:04:05 -07:00
committed by GitHub
parent c49168d815
commit 6dcbec8974

View File

@@ -58,6 +58,8 @@ namespace XPC
static void SendBeacon(const std::string& pluginVersion, unsigned short pluginReceivePort, int xplaneVersion); static void SendBeacon(const std::string& pluginVersion, unsigned short pluginReceivePort, int xplaneVersion);
static void SendTerr(double pos[3], char aircraft);
private: private:
// One handler per message type. Message types are descripbed on the // One handler per message type. Message types are descripbed on the
// wiki at https://github.com/nasa/XPlaneConnect/wiki/Network-Information // wiki at https://github.com/nasa/XPlaneConnect/wiki/Network-Information