From 6dcbec89746e912097349b98f73e32190d6c6d07 Mon Sep 17 00:00:00 2001 From: Norman Princen <63923352+NPrincen@users.noreply.github.com> Date: Fri, 1 May 2020 05:04:05 -0700 Subject: [PATCH] Added SendTerr function --- xpcPlugin/MessageHandlers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpcPlugin/MessageHandlers.h b/xpcPlugin/MessageHandlers.h index 096a4b6..76c8468 100644 --- a/xpcPlugin/MessageHandlers.h +++ b/xpcPlugin/MessageHandlers.h @@ -57,6 +57,8 @@ namespace XPC static void SetSocket(UDPSocket* socket); static void SendBeacon(const std::string& pluginVersion, unsigned short pluginReceivePort, int xplaneVersion); + + static void SendTerr(double pos[3], char aircraft); private: // One handler per message type. Message types are descripbed on the