org.openaltimeter.data
Class LogEntry

java.lang.Object
  extended by org.openaltimeter.data.LogEntry

public class LogEntry
extends java.lang.Object


Field Summary
 double altitude
           
 double battery
           
static int DATASTORE_LOG_ENTRY_SIZE
           
 long pressure
           
 int servo
           
 double temperature
           
 
Constructor Summary
LogEntry()
           
 
Method Summary
 void fromRawData(java.lang.String line)
           
static LogEntry logEntryFromBytes(byte[] b, int os)
           
 java.lang.String rawDataToString()
           
 java.lang.String rawDataToUploadString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LogEntry

public LogEntry()
Method Detail

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()