Package com.anwrt.commons.protocol.model.data.timeStamped

Class Summary
AwtPeriodicDeltas List of timeStamp values starting at startTime.
The time interval is periodic, so only the period is transmitted.
AwtPeriodicValues Same as AwtTimeStampedValues, but the time interval is periodic, so only the period, in second, is transmitted.
AwtTimeStampedData  
AwtTimeStampedDeltas List of time stamped values starting at startTime.
Example : Following values {200,210,180,200} are coded as startTime = 200, timeDeltas = {10,-30, 20}

creation : 21 aug 2008
AwtTimeStampedValue A single time stamped value.
AwtTimeStampedValues List of time stamped values, starting at a given time.