Package Array.sensors
Class StreamerSensorManager
java.lang.Object
Array.sensors.StreamerSensorManager
Functions to manage streamer sensor data. Separate from Streamer since
streamer is serialized and putting more stuff in there is too much faff.
A streamer may use 0-n different datablocks to get different types of sensor data. Some data from some block may have more than one param, others only one, so will have a complicated mess of how to find the right blocks and get the right data out of them.
- Author:
- dg50
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getOrientationData
(GpsData gpsData, long timeMilliseconds)
-
Constructor Details
-
StreamerSensorManager
-
-
Method Details
-
getOrientationData
-