Operation | Description |
start | Starts the calculation of velocity. Must be called before any output events are sent. |
stop | Stops the calculation of velocity. Any subsequent input feeds are ignored. |
clear | Discards all current data. |
Feed | Fields | Description |
data | value | The feed of values. |
Feed | Fields | Description |
velocity | value | The difference of the last two values divided by the time between the last two values. Values are assumed to arrive at no less than 0.01 seconds apart. Thus, no two events are considered to have the same timestamp, which would mean the velocity could not be computed. |