org.openaltimeter.data
Class LogEntry
java.lang.Object
org.openaltimeter.data.LogEntry
public class LogEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pressure
public long pressure
temperature
public double temperature
battery
public double battery
altitude
public double altitude
servo
public int servo
DATASTORE_LOG_ENTRY_SIZE
public static final int DATASTORE_LOG_ENTRY_SIZE
- See Also:
- Constant Field Values
LogEntry
public LogEntry()
logEntryFromBytes
public static LogEntry logEntryFromBytes(byte[] b,
int os)
fromRawData
public void fromRawData(java.lang.String line)
rawDataToString
public java.lang.String rawDataToString()
rawDataToUploadString
public java.lang.String rawDataToUploadString()