Package Array.sensors

Class StreamerSensorManager

java.lang.Object
Array.sensors.StreamerSensorManager

public class StreamerSensorManager extends Object
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 Details

    • StreamerSensorManager

      public StreamerSensorManager(Streamer streamer)
  • Method Details

    • getOrientationData

      public boolean getOrientationData(GpsData gpsData, long timeMilliseconds)