|
9 | 9 | We use the following shorthand
|
10 | 10 | \[
|
11 | 11 | \left\{ \begin{array}{lcl}
|
12 |
| - \currTimeStampHi & \define & \currDataHi \\ |
13 |
| - \currTimeStampLo & \define & \currDataLo \\ |
| 12 | + \currTimestampHi & \define & \currDataHi \\ |
| 13 | + \currTimestampLo & \define & \currDataLo \\ |
14 | 14 | \end{array} \right.
|
15 | 15 | \quad
|
16 | 16 | \left\{ \begin{array}{lcl}
|
|
20 | 20 | \]
|
21 | 21 | And we impose the following constraints
|
22 | 22 | \begin{description}
|
23 |
| - \item[\underline{\underline{Setting \inst{TIMESTAMP}:}}] |
24 |
| - we cannot \emph{a priori} constrain \inst{TIMESTAMP}; |
| 23 | + \item[\underline{\underline{Horizontalization of \inst{TIMESTAMP}:}}] |
| 24 | + we impose |
| 25 | + \[ |
| 26 | + \left\{ \begin{array}{lcl} |
| 27 | + \currTimestampHi & = & 0 \\ |
| 28 | + \currTimestampLo & = & \timestamp _{i} \\ |
| 29 | + \end{array} \right. |
| 30 | + \] |
25 | 31 | \item[\underline{\underline{\inst{TIMESTAMP} upper bound:}}]
|
26 | 32 | \def\rowOffset{\yellowm{0}}
|
27 | 33 | we impose that
|
28 | 34 | \[
|
29 | 35 | \wcpCallToLt{
|
30 | 36 | anchorRow = i ,
|
31 | 37 | relOffset = \rowOffset ,
|
32 |
| - argOneHi = \currTimeStampHi , |
33 |
| - argOneLo = \currTimeStampLo , |
| 38 | + argOneHi = \currTimestampHi , |
| 39 | + argOneLo = \currTimestampLo , |
34 | 40 | argTwoHi = 0 ,
|
35 | 41 | argTwoLo = 256^\yellowm{8} ,
|
36 | 42 | }
|
|
45 | 51 | \wcpCallToGt{
|
46 | 52 | anchorRow = i ,
|
47 | 53 | relOffset = \rowOffset ,
|
48 |
| - argOneHi = \currTimeStampHi , |
49 |
| - argOneLo = \currTimeStampLo , |
| 54 | + argOneHi = \currTimestampHi , |
| 55 | + argOneLo = \currTimestampLo , |
50 | 56 | argTwoHi = \prevTimeStampHi ,
|
51 | 57 | argTwoLo = \prevTimeStampLo ,
|
52 | 58 | }
|
|
0 commit comments