浏览代码

add the wind data

Sven Czarnian 3 年之前
父节点
当前提交
bb4bbb5c45
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      BaseTypes.proto

+ 6 - 0
BaseTypes.proto

@@ -6,6 +6,12 @@ message Coordinate {
     double longitude = 2; // WGS84 longitude in degrees
 }
 
+message WindData {
+    int32 altitude  = 1; // The altitude of the wind data
+    int32 direction = 2; // The wind direction
+    int32 speed     = 3; // The wind speed
+}
+
 message Waypoint {
     string name = 1; // The waypoint's name
     string pta  = 2; // The planned time of arrival (YYYY-MM-DD HH:MM:SS)