0001-issue-1272.patch

A. Swadzba, 11/30/2012 02:05 PM

Download (985 Bytes)

View differences:

proto/sandbox/rst/timing/Point2DTimeseries.proto
5 5
import "rst/timing/Point2DTimestampPair.proto";
6 6

  
7 7
// A list of pairs consisting assembled from a 2D point and a timestamp.
8
// It is expected that the entries are sorted by the user in increasing order of the timestamp:
9
// entry[i].timestamp.time < entry[i+1].timestamp.time.
8 10

  
9 11
message Point2DTimeseries {
10 12
    repeated Point2DTimestampPair entry = 1;
11
-