gps_sensor.json 715 Bytes
{
	"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"
}