Subversion Repositories Projects

Rev

Rev 1563 | Rev 1565 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1563 Rev 1564
Line 240... Line 240...
240
                result.append("OSDData version=" + this.version + "\n");
240
                result.append("OSDData version=" + this.version + "\n");
241
                result.append("currentPosition: " + this.currentPosition + "\n");
241
                result.append("currentPosition: " + this.currentPosition + "\n");
242
                result.append("targetPosition: " + this.targetPosition + " (" + this.currentToTarget + ")" + "\n");
242
                result.append("targetPosition: " + this.targetPosition + " (" + this.currentToTarget + ")" + "\n");
243
                result.append("homePosition: " + this.homePosition + " (" + this.currentToHome + ")" + "\n");
243
                result.append("homePosition: " + this.homePosition + " (" + this.currentToHome + ")" + "\n");
244
                result.append("heightByPressure: " + this.heightByPressure + "\n");
244
                result.append("heightByPressure: " + this.heightByPressure + "\n");
-
 
245
                result.append("heightByPressureReal: " + this.heightByPressure / 1.26 + "\n");
245
                result.append("verticalVelocityByPressure: " + this.verticalVelocityByPressure + "\n");
246
                result.append("verticalVelocityByPressure: " + this.verticalVelocityByPressure + "\n");
246
                result.append("verticalVelocityByGPS: " + this.verticalVelocityByGPS + "\n");
247
                result.append("verticalVelocityByGPS: " + this.verticalVelocityByGPS + "\n");
247
                result.append("direction of flight: " + this.directionOfFlight + "\n");
248
                result.append("direction of flight: " + this.directionOfFlight + "\n");
248
                result.append("compassHeading: " + this.compassHeading + "\n");
249
                result.append("compassHeading: " + this.compassHeading + "\n");
249
                result.append("pitchAngle: " + this.pitchAngle + "\n");
250
                result.append("pitchAngle: " + this.pitchAngle + "\n");