Terrain height probe (#186)

* ignore binaries

* Add terrain probe

* requested changes part 1

* try mac os build check

* Revert "try mac os build check"

This reverts commit 46fa8adde4f825c3a7f2a8bea7f543ad55a79765.

* update debug message label
This commit is contained in:
Kai Lehmkuehler
2019-11-06 17:45:54 +01:00
committed by Jason Watkins
parent 662ec2bf20
commit 1fd6400a98
5 changed files with 116 additions and 14 deletions

View File

@@ -56,6 +56,7 @@ namespace XPC
static void HandleText(const Message& msg);
static void HandleWypt(const Message& msg);
static void HandleView(const Message& msg);
static void HandleGetT(const Message& msg);
static void HandleXPlaneData(const Message& msg);
static void HandleUnknown(const Message& msg);