public SensorData() { _gyroDataObject = new GyroData(); _accDataObject = new AccelerometerData(); _compassDataObject = new CompassData(); }