gps_sensor.json
715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"gps_sensor":
[
{
"Type":"GPSInfo",
"Content":
{
"LongitudeFlag":"经度标记 N/S",
"Longitude":"经度",
"LatitudeFlag":"纬度标记 N/S",
"Latitude":"纬度",
"Altitude":"海拔",
"Velocity":"速度",
"Direction":"方向",
"GPSTime":"2015-11-20 10:45:50 30",
"GPSSatelliteNumber":"搜星个数"
}
},
{
"Type":"TemperatureSensor",
"Content":
{
"Temperature":"温度(摄氏度)"
}
},
{
"Type":"NineAxisSensor",
"Content":
{
"Magnetic":
{
"CompassAngle":"0-360度",
"CompassDirection":"东南西北"
},
"Gyroscope":
{
"PitchAngle":"俯仰角",
"RotationAngle":"转动角"
}
}
}
],
"Protocal":"1.0"
}