Added SendTerr function
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user